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

2024-05-08 Thread Josiah Parry
Thanks to @yutannihilation for pointing out that the issue repros on r-universe https://github.com/r-universe/r-arcgis/actions/runs/8990426306/job/24695887245 . Do folks know if there are any templates for the linux CRAN check? It appears that the r-lib/actions linux checks don't cover all of the

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

2024-05-07 Thread Josiah Parry
Thanks, Ivan! As you can see, the directory is ignored already https://github.com/R-ArcGIS/arcgisutils/blob/ff8a0a1b936e27be16ac866aa16605b973d435c7/.Rbuildignore#L14 The directory is created in the Makevars after the zip is untarred: https://github.com/R-ArcGIS/arcgisutils/blob/ff8a0a1b936e27be

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

2024-05-07 Thread Ivan Krylov via R-package-devel
В Tue, 7 May 2024 21:40:31 +0300 Ivan Krylov via R-package-devel пишет: > It's too late for Makevars to exclude files from the source package > tarball. Use .Rbuildignore instead: Sorry, that was mostly misguided. .Rbuildignore won't help with the contents of the Rust vendor tarball. 1. Can you

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

2024-05-07 Thread Ivan Krylov via R-package-devel
В Tue, 7 May 2024 14:03:42 -0400 Josiah Parry пишет: > 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-c

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

2024-05-07 Thread Josiah Parry
I've submitted an R package to CRAN and am failing checks *only on Debian* https://win-builder.r-project.org/incoming_pretest/arcgisutils_0.3.0_20240507_194020/Debian/00check.log This NOTE does not appear in Ubuntu, Mac, or Windows checks https://github.com/R-ArcGIS/arcgisutils/actions/runs/8989