[R-pkg-devel] Manual inspection of a new CRAN submission

2019-12-18 Thread Mauricio Zambrano-Bigiarini
Dear List,

Today I submitted a package to CRAN, and after correcting some NOTEs,
I got the following automatic message:

"package mypackage_0.1-2.tar.gz has been auto-processed and is pending
a manual inspection of this new CRAN submission. A CRAN team member
will typically respond to you within the next 10 working days. For
technical reasons you may receive a second copy of this message when a
team member triggers a new check."


Could somebody give a short explanation about what type of checkings
are made in this "manual inspection" ?

Thak in advance for your help,

Mauricio



Mauricio Zambrano-Bigiarini, PhD

=
Department of Civil Engineering
Faculty of Engineering and Sciences
Universidad de La Frontera, Temuco, Chile
http://hzambran.github.io/
=
mailto : mauricio.zambr...@ufrontera.cl
work-phone : +56 45 259 2812
=
"Success is not final, failure is not fatal.
It is the courage to continue that counts.
(Winston Churchill)
=
Linux user #454569 -- Linux Mint user

-- 
La información contenida en este correo electrónico y cualquier anexo o 
respuesta relacionada, puede contener datos e información confidencial y no 
puede ser usada o difundida por personas distintas a su(s) destinatario(s). 
Si usted no es el destinatario de esta comunicación, le informamos que 
cualquier divulgación, distribución o copia de esta información constituye 
un delito conforme a la ley chilena. Si lo ha recibido por error, por favor 
borre el mensaje y todos sus anexos y notifique al remitente.

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Manual inspection of a new CRAN submission

2019-12-18 Thread Duncan Murdoch

On 18/12/2019 5:01 p.m., Mauricio Zambrano-Bigiarini wrote:

Dear List,

Today I submitted a package to CRAN, and after correcting some NOTEs,
I got the following automatic message:

"package mypackage_0.1-2.tar.gz has been auto-processed and is pending
a manual inspection of this new CRAN submission. A CRAN team member
will typically respond to you within the next 10 working days. For
technical reasons you may receive a second copy of this message when a
team member triggers a new check."


Could somebody give a short explanation about what type of checkings
are made in this "manual inspection" ?



Basically they're checking whether you are following the guidelines at 
https://cran.r-project.org/web/packages/policies.html.  Not all of those 
things can be checked automatically, and many people claim to be 
following them when they actually are not.


Duncan Murdoch

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Manual inspection of a new CRAN submission

2019-12-18 Thread Mauricio Zambrano-Bigiarini
Thank you very much Duncan for the information.

BTW, it is incredible to me how the quality control of packages
submitted to CRAN  has improved in the last decade. Now the automatic
procedures are able to identify even "little" things (e.g., broken
links, misspelled words, size of vignettes, etc).

Thank you very much for all the effort and dedication of the CRAN
Repository Maintainers.

Kind regards,

Mauricio

=
"Success is not final, failure is not fatal.
It is the courage to continue that counts.
(Winston Churchill)
=
Linux user #454569 -- Linux Mint user

On Wed, 18 Dec 2019 at 19:50, Duncan Murdoch  wrote:
>
> On 18/12/2019 5:01 p.m., Mauricio Zambrano-Bigiarini wrote:
> > Dear List,
> >
> > Today I submitted a package to CRAN, and after correcting some NOTEs,
> > I got the following automatic message:
> >
> > "package mypackage_0.1-2.tar.gz has been auto-processed and is pending
> > a manual inspection of this new CRAN submission. A CRAN team member
> > will typically respond to you within the next 10 working days. For
> > technical reasons you may receive a second copy of this message when a
> > team member triggers a new check."
> >
> >
> > Could somebody give a short explanation about what type of checkings
> > are made in this "manual inspection" ?
> >
>
> Basically they're checking whether you are following the guidelines at
> https://cran.r-project.org/web/packages/policies.html.  Not all of those
> things can be checked automatically, and many people claim to be
> following them when they actually are not.
>
> Duncan Murdoch

-- 
La información contenida en este correo electrónico y cualquier anexo o 
respuesta relacionada, puede contener datos e información confidencial y no 
puede ser usada o difundida por personas distintas a su(s) destinatario(s). 
Si usted no es el destinatario de esta comunicación, le informamos que 
cualquier divulgación, distribución o copia de esta información constituye 
un delito conforme a la ley chilena. Si lo ha recibido por error, por favor 
borre el mensaje y todos sus anexos y notifique al remitente.

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


Re: [R-pkg-devel] Manual inspection of a new CRAN submission

2019-12-18 Thread R. Mark Sharp
Mauricio,

I appreciate the manual inspection.

I am waiting for the second time on a manual inspection. The first inspection 
found a fairly severe error of mine where I was writting out an error file to 
the user’s home directory space. It was code I had written over two years ago 
and long before I considered submission to CRAN. The code is only exercised 
with an specific data error when manually exercising the API of the Shiny 
application included in the package.

I was certainly embarrashed by my error but I am more grateful for the work of 
Kurt Hornik and Uwe Ligges who found the mistake.

Mark
R. Mark Sharp, Ph.D.
Data Scientist and Biomedical Statistical Consultant
7526 Meadow Green St.
San Antonio, TX 78251
mobile: 210-218-2868
rmsh...@me.com











> On Dec 18, 2019, at 7:26 PM, Mauricio Zambrano-Bigiarini 
>  wrote:
> 
> Thank you very much Duncan for the information.
> 
> BTW, it is incredible to me how the quality control of packages
> submitted to CRAN  has improved in the last decade. Now the automatic
> procedures are able to identify even "little" things (e.g., broken
> links, misspelled words, size of vignettes, etc).
> 
> Thank you very much for all the effort and dedication of the CRAN
> Repository Maintainers.
> 
> Kind regards,
> 
> Mauricio
> 
> =
> "Success is not final, failure is not fatal.
> It is the courage to continue that counts.
> (Winston Churchill)
> =
> Linux user #454569 -- Linux Mint user
> 
> On Wed, 18 Dec 2019 at 19:50, Duncan Murdoch  > wrote:
>> 
>> On 18/12/2019 5:01 p.m., Mauricio Zambrano-Bigiarini wrote:
>>> Dear List,
>>> 
>>> Today I submitted a package to CRAN, and after correcting some NOTEs,
>>> I got the following automatic message:
>>> 
>>> "package mypackage_0.1-2.tar.gz has been auto-processed and is pending
>>> a manual inspection of this new CRAN submission. A CRAN team member
>>> will typically respond to you within the next 10 working days. For
>>> technical reasons you may receive a second copy of this message when a
>>> team member triggers a new check."
>>> 
>>> 
>>> Could somebody give a short explanation about what type of checkings
>>> are made in this "manual inspection" ?
>>> 
>> 
>> Basically they're checking whether you are following the guidelines at
>> https://cran.r-project.org/web/packages/policies.html.  Not all of those
>> things can be checked automatically, and many people claim to be
>> following them when they actually are not.
>> 
>> Duncan Murdoch
> 
> -- 
> La información contenida en este correo electrónico y cualquier anexo o 
> respuesta relacionada, puede contener datos e información confidencial y no 
> puede ser usada o difundida por personas distintas a su(s) destinatario(s). 
> Si usted no es el destinatario de esta comunicación, le informamos que 
> cualquier divulgación, distribución o copia de esta información constituye 
> un delito conforme a la ley chilena. Si lo ha recibido por error, por favor 
> borre el mensaje y todos sus anexos y notifique al remitente.
> 
> __
> R-package-devel@r-project.org  mailing 
> list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel 
> 

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel