[R-pkg-devel] Cannot repro failing CRAN autochecks

Ivan Krylov |kry|ov @end|ng |rom d|@root@org
Tue May 7 20:40:31 CEST 2024


В Tue, 7 May 2024 14:03:42 -0400
Josiah Parry <josiah.parry using gmail.com> пишет:

> This NOTE does not appear in Ubuntu, Mac, or Windows checks
> https://github.com/R-ArcGIS/arcgisutils/actions/runs/8989812276/job/24693685840

That's a bit strange. It fires for me in a local R CMD check for a test
package even without --as-cran. The code performing the check has been
in R since ~2010.

> I've made an edit to the Makevars to specifically remove this
> directory, but it seems to continue to persist.

It's too late for Makevars to exclude files from the source package
tarball. Use .Rbuildignore instead:
https://cran.r-project.org/doc/manuals/R-exts.html#Building-binary-packages

I think that the line src/vendor/chrono/CITATION\\.cff will prevent the
file from appearing in the package tarball.

-- 
Best regards,
Ivan



More information about the R-package-devel mailing list