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