Re: [R-pkg-devel] No email with confirmation link on resubmission of package

2024-06-07 Thread Dirk Eddelbuettel


On 6 June 2024 at 04:47, Paul Kabaila wrote:
| When I resubmitted, I didn't realise that I needed to change the version 
number.

As this comes up every now and then: This is still a _soft_ requirement. CRAN
does not 'cache' what versions you used in uploads. I have often reiterated
with the same number.

And small add if you like the command-line (in a responsive way) better than
a browser, package `ciw` on CRAN and the example script ciw.r (in `littler`,
only at github yet) make 'spying' at incoming quite easy and
convenient. Right now and showing the default view as well as some options:

edd@rob:~$ ciw.r
 FolderNameTime   Size   Age
  
 1: pretest   ppgm_1.0.1.tar.gz 2024-06-07 15:55:00   2.7M0.25 hours
 2: pretest  AirExposure_1.0.tar.gz 2024-06-07 15:47:00   5.3M0.38 hours
 3: recheckcna_3.6.0.tar.gz 2024-06-07 15:36:00   915K0.57 hours
 4: inspectadmiral_1.1.0.tar.gz 2024-06-07 14:27:00   1.5M1.72 hours
 5: waiting TreeTools_1.11.1.tar.gz 2024-06-07 07:37:00   938K8.55 hours
 6: pending  robusTest_1.1.0.tar.gz 2024-06-06 23:27:00   2.8M   16.72 hours
 7: waiting  boot_1.3-31.tar.gz 2024-06-06 22:17:00   228K   17.88 hours
 8: pending   kit_0.0.18.tar.gz 2024-06-06 20:01:0089K   20.15 hours
 9: inspectgeodata_0.6-2.tar.gz 2024-06-06 12:00:0055K   28.17 hours
10: pending duckdb_1.0.0.tar.gz 2024-06-06 08:15:00   4.0M   31.92 hours
11: waiting  hdsvm_1.0.1.tar.gz 2024-06-06 04:08:0035K   36.03 hours
12: waiting   hdqr_1.0.1.tar.gz 2024-06-06 03:49:0035K   36.35 hours
13: waiting  cofid_1.0.1.tar.gz 2024-06-03 21:53:00   1.2M   90.28 hours
14: waiting Matrix_1.7-0.tar.gz 2024-03-20 17:41:00   2.3M 1893.48 hours
edd@rob:~$ ciw.r --help
Usage: ciw.r [-h] [-x] [-a] [-m] [-i] [-t] [-p] [-w] [-r] [-s] [-n] [-u] [-l 
rows] [-z] [ARG...]

-m --mega   use 'mega' mode of all folders (see --usage)
-i --inspectvisit 'inspect' folder
-t --pretestvisit 'pretest' folder
-p --pendingvisit 'pending' folder
-w --waitingvisit 'waiting' folder
-r --recheckvisit 'recheck' folder
-a --archivevisit 'archive' folder
-n --newbiesvisit 'newbies' folder
-u --publishvisit 'publish' folder
-s --skipsort   skip sorting of aggregate results by age
-l --lines rows print top 'rows' of the result object [default: 50]
-z --ping   run the connectivity check first
-h --help   show this help text
-x --usage  show help and short example usage 
edd@rob:~$

Calling `ciw::ciw()` from your R prompt of course also works (if that is your 
jam).

Dirk


| 
| I changed the version number of my package from 1.2.0 to 1.2.1 and the 
resubmission worked fine.
| 
| Paul Kabaila
| 
| From: R-package-devel  On Behalf Of 
Ben Bolker
| Sent: Thursday, June 6, 2024 8:08 AM
| To: r-package-devel@r-project.org
| Subject: Re: [R-pkg-devel] No email with confirmation link on resubmission of 
package
| 
| You don't often get email from bbol...@gmail.com. 
Learn why this is important
| Check your spam folder(s) ?
| 
| Try the web form 
>
 just in
| case something is wonky with devtools::submit_cran() ?
| 
| 
| 
| On 2024-06-05 4:19 a.m., Paul Kabaila wrote:
| > (1) Today, I submitted my R package to CRAN using
| > devtools::submit_cran()
| > which resulted in an email from
| > CRAN Package Submission Form 
cransub...@xmbombadil.wu.ac.at>
| > with a confirmation link, which I clicked on.
| >
| > (2) I was then sent an email from
| > 
lig...@statistik.tu-dortmund.de>
| > which notified that my package "does not pass the incoming checks 
automatically",
| > with 0 errors, 0 warnings and 2 notes.
| >
| >
| > (3) I then fixed the problem for one of the notes and explained the reason 
for the
| > other note and put this information into the file
| > cran-comments.md
| > Then I resubmitted my R package to CRAN using
| > devtools::submit_cran()
| >
| > However, this time I did not receive an email with a confirmation link.
| >
| > Has my package been resubmitted or do I need to resubmit it in some 
different way?
| >
| > Paul Kabaila
| >
| >
| > La Trobe University | TEQSA PRV12132 - Australian University | CRICOS 
Provider 00115M
| >
| > [[alternative HTML version deleted]]
| >
| > __
| > R-package-devel@r-project.org mailing 
list
| > 

Re: [R-pkg-devel] No email with confirmation link on resubmission of package

2024-06-05 Thread Paul Kabaila
When I resubmitted, I didn't realise that I needed to change the version number.

I changed the version number of my package from 1.2.0 to 1.2.1 and the 
resubmission worked fine.

Paul Kabaila

From: R-package-devel  On Behalf Of Ben 
Bolker
Sent: Thursday, June 6, 2024 8:08 AM
To: r-package-devel@r-project.org
Subject: Re: [R-pkg-devel] No email with confirmation link on resubmission of 
package

You don't often get email from bbol...@gmail.com. 
Learn why this is important
Check your spam folder(s) ?

Try the web form 
>
 just in
case something is wonky with devtools::submit_cran() ?



On 2024-06-05 4:19 a.m., Paul Kabaila wrote:
> (1) Today, I submitted my R package to CRAN using
> devtools::submit_cran()
> which resulted in an email from
> CRAN Package Submission Form 
> cransub...@xmbombadil.wu.ac.at>
> with a confirmation link, which I clicked on.
>
> (2) I was then sent an email from
> lig...@statistik.tu-dortmund.de>
> which notified that my package "does not pass the incoming checks 
> automatically",
> with 0 errors, 0 warnings and 2 notes.
>
>
> (3) I then fixed the problem for one of the notes and explained the reason 
> for the
> other note and put this information into the file
> cran-comments.md
> Then I resubmitted my R package to CRAN using
> devtools::submit_cran()
>
> However, this time I did not receive an email with a confirmation link.
>
> Has my package been resubmitted or do I need to resubmit it in some different 
> way?
>
> Paul Kabaila
>
>
> La Trobe University | TEQSA PRV12132 - Australian University | CRICOS 
> Provider 00115M
>
> [[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

La Trobe University | TEQSA PRV12132 - Australian University | CRICOS Provider 
00115M

[[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] No email with confirmation link on resubmission of package

2024-06-05 Thread Duncan Murdoch

On 2024-06-05 4:19 a.m., Paul Kabaila wrote:

(1) Today, I submitted my R package to CRAN using
devtools::submit_cran()
which  resulted in an  email from
CRAN Package Submission Form 
cransub...@xmbombadil.wu.ac.at
with a confirmation link,  which I clicked on.

(2) I was then sent an email from
lig...@statistik.tu-dortmund.de
which notified that my package "does not pass the incoming checks 
automatically",
with 0 errors, 0 warnings and 2 notes.


(3) I then fixed the problem for one of the notes and explained the reason for 
the
other note and put this information into the file
cran-comments.md
Then I resubmitted my R package to CRAN using
devtools::submit_cran()

However, this time I did not receive an email with a confirmation link.

Has my package been resubmitted or do I need to resubmit it in some different 
way?


No, if you didn't get the confirmation link, then you haven't submitted 
it.  You can use `foghorn::cran_incoming()` to see what's in the CRAN 
incoming queue.


Duncan Murdoch

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


Re: [R-pkg-devel] No email with confirmation link on resubmission of package

2024-06-05 Thread Jeff Newmiller via R-package-devel
Did you increment the version number?

On June 5, 2024 1:19:27 AM PDT, Paul Kabaila  wrote:
>(1) Today, I submitted my R package to CRAN using
>devtools::submit_cran()
>which  resulted in an  email from
>CRAN Package Submission Form 
>cransub...@xmbombadil.wu.ac.at
>with a confirmation link,  which I clicked on.
>
>(2) I was then sent an email from
>lig...@statistik.tu-dortmund.de
>which notified that my package "does not pass the incoming checks 
>automatically",
>with 0 errors, 0 warnings and 2 notes.
>
>
>(3) I then fixed the problem for one of the notes and explained the reason for 
>the
>other note and put this information into the file
>cran-comments.md
>Then I resubmitted my R package to CRAN using
>devtools::submit_cran()
>
>However, this time I did not receive an email with a confirmation link.
>
>Has my package been resubmitted or do I need to resubmit it in some different 
>way?
>
>Paul Kabaila
>
>
>La Trobe University | TEQSA PRV12132 - Australian University | CRICOS Provider 
>00115M
>
>   [[alternative HTML version deleted]]
>
>__
>R-package-devel@r-project.org mailing list
>https://stat.ethz.ch/mailman/listinfo/r-package-devel

-- 
Sent from my phone. Please excuse my brevity.

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


Re: [R-pkg-devel] No email with confirmation link on resubmission of package

2024-06-05 Thread Ben Bolker

  Check your spam folder(s) ?

  Try the web form  just in 
case something is wonky with devtools::submit_cran() ?




On 2024-06-05 4:19 a.m., Paul Kabaila wrote:

(1) Today, I submitted my R package to CRAN using
devtools::submit_cran()
which  resulted in an  email from
CRAN Package Submission Form 
cransub...@xmbombadil.wu.ac.at
with a confirmation link,  which I clicked on.

(2) I was then sent an email from
lig...@statistik.tu-dortmund.de
which notified that my package "does not pass the incoming checks 
automatically",
with 0 errors, 0 warnings and 2 notes.


(3) I then fixed the problem for one of the notes and explained the reason for 
the
other note and put this information into the file
cran-comments.md
Then I resubmitted my R package to CRAN using
devtools::submit_cran()

However, this time I did not receive an email with a confirmation link.

Has my package been resubmitted or do I need to resubmit it in some different 
way?

Paul Kabaila


La Trobe University | TEQSA PRV12132 - Australian University | CRICOS Provider 
00115M

[[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


[R-pkg-devel] No email with confirmation link on resubmission of package

2024-06-05 Thread Paul Kabaila
(1) Today, I submitted my R package to CRAN using
devtools::submit_cran()
which  resulted in an  email from
CRAN Package Submission Form 
cransub...@xmbombadil.wu.ac.at
with a confirmation link,  which I clicked on.

(2) I was then sent an email from
lig...@statistik.tu-dortmund.de
which notified that my package "does not pass the incoming checks 
automatically",
with 0 errors, 0 warnings and 2 notes.


(3) I then fixed the problem for one of the notes and explained the reason for 
the
other note and put this information into the file
cran-comments.md
Then I resubmitted my R package to CRAN using
devtools::submit_cran()

However, this time I did not receive an email with a confirmation link.

Has my package been resubmitted or do I need to resubmit it in some different 
way?

Paul Kabaila


La Trobe University | TEQSA PRV12132 - Australian University | CRICOS Provider 
00115M

[[alternative HTML version deleted]]

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