Re: [R-pkg-devel] new package processing time

2020-02-04 Thread Duncan Murdoch

On 04/02/2020 9:15 a.m., Marcelo Araya Salas wrote:

Thanks

I found it here:

ftp://cran.r-project.org/incoming/archive/

not sure what that's suppose to mean


That generally means that it has been rejected.  The usual sequence of 
events is:


You submit it, and an email comes to the maintainer asking for 
confirmation of the submission.  If that confirmation doesn't come, it 
could end up in archive.


Then CRAN runs automatic tests on Windows and Debian.  If those have 
sufficiently severe issues (I don't know what the exact cutoff is, but 
certainly ERRORs are severe enough, and probably WARNINGs too) then an 
email is sent to the maintainer, and it is moved to archive.  The last 
time I got one of those emails the header had


From: lig...@statistik.tu-dortmund.de
Reply-To: cran-submissi...@r-project.org
To: murd...@stats.uwo.ca
Cc: cran-submissi...@r-project.org
Subject: [CRAN-pretest-archived] CRAN submission rgl 0.100.40

so maybe you can check your spam folder for a message like that.

If it passes the automatic test, it probably gets some manual testing; 
problems there would also lead to archiving, generally with a message 
from whoever did the testing.


Duncan Murdoch



Marcelo

El mar., 4 feb. 2020 a las 8:12, Dirk Eddelbuettel ()
escribió:



On 4 February 2020 at 10:28, Helmut Schütz wrote:
| Possibly it went unnoticed.

A follow-up email may be a good idea.

| My first new package took two days from submission to acceptance
| including answering questions in July last year.

It is _much_ more clogged now as you can tell via a quick 'ls -lR' on the
incoming/ directory (and its subdirectories) will tell you. [1]

My RcppSimdJson package has been sitting there since Jan 26 but is slowly
bubbling to the top but there is still well over a done ahead of it. And
newbies/ contains more than _two screenfuls_ here...

Dirk

[1] Many ftp clients let you do that, I use a one-line wrapper around
ncftp;
or if you can't there is the Locke shiny app).

--
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org



[[alternative HTML version deleted]]

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



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


Re: [R-pkg-devel] new package processing time

2020-02-04 Thread Dirk Eddelbuettel


On 4 February 2020 at 08:15, Marcelo Araya Salas wrote:
| I found it here:
| 
| ftp://cran.r-project.org/incoming/archive/
| 
| not sure what that's suppose to mean

"It's dead."

It generally means you will have gotten an email with the reasoning.  But
whatever is in archive/ is no longer processed.

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org

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


Re: [R-pkg-devel] new package processing time

2020-02-04 Thread Ben Bolker


  Also a vote for the foghorn::cran_incoming() function.

  "archive" means your package was rejected.  If you don't know
why/didn't receive an e-mail, you might have to e-mail CRAN maintainers
for clarification.

• Hornik, Ligges and Zeileis. "Changes on CRAN: 2017-12-01 to
  2018-06-30", R Journal 10(1), July 2018. https://journal.r-project.org/archive/2018-1/cran.pdf>

  • Maëlle Salmon, Locke Data, Stephanie Locke, Mitchell
  O'Hara-Wild, Hugo Gruson. "CRAN incoming dashboard", https://cransays.itsalocke.com/articles/dashboard.html>


On 2020-02-04 9:15 a.m., Marcelo Araya Salas wrote:
> Thanks
> 
> I found it here:
> 
> ftp://cran.r-project.org/incoming/archive/
> 
> not sure what that's suppose to mean
> 
> Marcelo
> 
> El mar., 4 feb. 2020 a las 8:12, Dirk Eddelbuettel ()
> escribió:
> 
>>
>> On 4 February 2020 at 10:28, Helmut Schütz wrote:
>> | Possibly it went unnoticed.
>>
>> A follow-up email may be a good idea.
>>
>> | My first new package took two days from submission to acceptance
>> | including answering questions in July last year.
>>
>> It is _much_ more clogged now as you can tell via a quick 'ls -lR' on the
>> incoming/ directory (and its subdirectories) will tell you. [1]
>>
>> My RcppSimdJson package has been sitting there since Jan 26 but is slowly
>> bubbling to the top but there is still well over a done ahead of it. And
>> newbies/ contains more than _two screenfuls_ here...
>>
>> Dirk
>>
>> [1] Many ftp clients let you do that, I use a one-line wrapper around
>> ncftp;
>> or if you can't there is the Locke shiny app).
>>
>> --
>> http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org
>>
> 
>   [[alternative HTML version deleted]]
> 
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>

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


Re: [R-pkg-devel] new package processing time

2020-02-04 Thread Marcelo Araya Salas
Thanks

I found it here:

ftp://cran.r-project.org/incoming/archive/

not sure what that's suppose to mean

Marcelo

El mar., 4 feb. 2020 a las 8:12, Dirk Eddelbuettel ()
escribió:

>
> On 4 February 2020 at 10:28, Helmut Schütz wrote:
> | Possibly it went unnoticed.
>
> A follow-up email may be a good idea.
>
> | My first new package took two days from submission to acceptance
> | including answering questions in July last year.
>
> It is _much_ more clogged now as you can tell via a quick 'ls -lR' on the
> incoming/ directory (and its subdirectories) will tell you. [1]
>
> My RcppSimdJson package has been sitting there since Jan 26 but is slowly
> bubbling to the top but there is still well over a done ahead of it. And
> newbies/ contains more than _two screenfuls_ here...
>
> Dirk
>
> [1] Many ftp clients let you do that, I use a one-line wrapper around
> ncftp;
> or if you can't there is the Locke shiny app).
>
> --
> http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org
>

[[alternative HTML version deleted]]

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


Re: [R-pkg-devel] new package processing time

2020-02-04 Thread Dirk Eddelbuettel


On 4 February 2020 at 10:28, Helmut Schütz wrote:
| Possibly it went unnoticed.

A follow-up email may be a good idea.

| My first new package took two days from submission to acceptance 
| including answering questions in July last year.

It is _much_ more clogged now as you can tell via a quick 'ls -lR' on the
incoming/ directory (and its subdirectories) will tell you. [1]

My RcppSimdJson package has been sitting there since Jan 26 but is slowly
bubbling to the top but there is still well over a done ahead of it. And
newbies/ contains more than _two screenfuls_ here...

Dirk

[1] Many ftp clients let you do that, I use a one-line wrapper around ncftp;
or if you can't there is the Locke shiny app).

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org

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


Re: [R-pkg-devel] new package processing time

2020-02-04 Thread Helmut Schütz

Hi Marcelo,

Marcelo Araya Salas wrote on 2020-02-04 00:56:

I submitted a new package to CRAN a couple of weeks ago. Does anyone know
how long does it take for the package to be processed? New package versions
are usually processed in a few hours so that's why I am wondering if
everything is fine.


Possibly it went unnoticed.
My first new package took two days from submission to acceptance 
including answering questions in July last year.


Cheers,
Helmut

--
Ing. Helmut Schütz
BEBAC – Consultancy Services for
Bioequivalence and Bioavailability Studies
Neubaugasse 36/11
1070 Vienna, Austria
W https://bebac.at/
F https://forum.bebac.at/

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


Re: [R-pkg-devel] new package processing time

2020-02-03 Thread Roy Mendelssohn - NOAA Federal via R-package-devel
Did you check on https://itsalocke.com/cransays/articles/dashboard?  If it is a 
first time submission,  there is a code review and that can take some time.

-Roy

> On Feb 3, 2020, at 3:56 PM, Marcelo Araya Salas  wrote:
> 
> Hi all
> 
> I submitted a new package to CRAN a couple of weeks ago. Does anyone know
> how long does it take for the package to be processed? New package versions
> are usually processed in a few hours so that's why I am wondering if
> everything is fine.
> 
> thanks
> 
> Marcelo
> 
>   [[alternative HTML version deleted]]
> 
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel

**
"The contents of this message do not reflect any position of the U.S. 
Government or NOAA."
**
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
***Note new street address***
110 McAllister Way
Santa Cruz, CA 95060
Phone: (831)-420-3666
Fax: (831) 420-3980
e-mail: roy.mendelss...@noaa.gov www: https://www.pfeg.noaa.gov/

"Old age and treachery will overcome youth and skill."
"From those who have been given much, much will be expected" 
"the arc of the moral universe is long, but it bends toward justice" -MLK Jr.

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


[R-pkg-devel] new package processing time

2020-02-03 Thread Marcelo Araya Salas
Hi all

I submitted a new package to CRAN a couple of weeks ago. Does anyone know
how long does it take for the package to be processed? New package versions
are usually processed in a few hours so that's why I am wondering if
everything is fine.

thanks

Marcelo

[[alternative HTML version deleted]]

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