On 22/06/2021 8:36 a.m., Spencer Graves wrote:
Have you followed the advice in chapter 20 of Wickham and Bryan, R
Packages:


https://r-pkgs.org/release.html


          In particular, does your package include a file "cran-comments.md",
as described therein?

I wouldn't be so sure about that. I think the devtools submit functions use that file to fill in the web form. I don't think you normally include it in the tarball, though things might have changed.

Duncan Murdoch



          I believe that's where the CRAN maintainers look for info like that.


          Also, those instructions suggest you check reverse dependencies.  The
last time I tried to follow those instructed, it didn't work.  Instead I
needed:


https://github.com/r-lib/revdepcheck


devtools::install_github("r-lib/revdepcheck")


library(revdepcheck)


revdep_check()


          Hope this helps.
          Spencer Graves


On 6/22/21 6:53 AM, Alberto Garre wrote:
Thanks. I just "replied-to-all" again. Gmail then sends the email to
cran-submissi...@r-project.org. Is this the correct address?

El mar, 22 jun 2021 a las 12:38, Georgi Boshnakov (<
georgi.boshna...@manchester.ac.uk>) escribió:

... Hence please reply-all and explain: Have these been fixed?

Maybe 'reply-all' to CRAN team's  email?

Georgi Boshnakov

-----Original Message-----
From: R-package-devel <r-package-devel-boun...@r-project.org> On Behalf
Of Alberto Garre
Sent: 22 June 2021 09:11
To: R-package-devel@r-project.org
Subject: [R-pkg-devel] How to communicate WARNINGS fixed from *last* CRAN
version of a package

Hi,

I submitted yesterday a new version of the biogrowth package (
https://cran.r-project.org/package=biogrowth). In the automatic response,
I got the following message:

The auto-check found additional issues for the *last* version released on
CRAN:
    donttest <https://www.stats.ox.ac.uk/pub/bdr/donttest/biogrowth.out>
    M1mac <https://www.stats.ox.ac.uk/pub/bdr/M1mac/biogrowth.out>
CRAN incoming checks do not test for these additional issues.
Hence please reply-all and explain: Have these been fixed?

I resubmitted mentioning in cran-comments.md that these problems had been
resolved, but I got again the same automatic response. Then, I answered
directly to the automatic email with no effect.

How should I communicate these issues have been fixed? Is there any
additional issue I am not seeing?

Thank you,
Alberto

          [[alternative HTML version deleted]]

______________________________________________
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


______________________________________________
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

Reply via email to