[R-pkg-devel] How to communicate WARNINGS fixed from *last* CRAN version of a package
Spencer Graves
@pencer@gr@ve@ @end|ng |rom e||ect|vede|en@e@org
Tue Jun 22 14:36:35 CEST 2021
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 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-submissions using r-project.org. Is this the correct address?
>
> El mar, 22 jun 2021 a las 12:38, Georgi Boshnakov (<
> georgi.boshnakov using 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-bounces using r-project.org> On Behalf
>> Of Alberto Garre
>> Sent: 22 June 2021 09:11
>> To: R-package-devel using 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 using r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>>
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-package-devel using r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>
More information about the R-package-devel
mailing list