Re: [R-pkg-devel] Maintainer email best practices

2025-06-27 Thread Kenny, Christopher
Thank you Uwe, Spencer, and Sean, With your messages in mind and some consideration, it seems that using a single, but permanent, email is a good choice here. Uwe, thanks for the insight on CRAN capabilities. As always, I will do my best to make sure packages pass the incoming checks before mak

Re: [R-pkg-devel] data files not found in package checks

2025-06-27 Thread Ulrike Grömping
P.S.: Would it perhaps be a good idea to recommend (in "Writing R packages" or other package creation instructions) that users include utils::globalVariables() for the data directory entries in the package R code within the data documentation R files? Am 27.06.2025 um 10:50 schrieb Ulrike Gröm

Re: [R-pkg-devel] data files not found in package checks

2025-06-27 Thread Ulrike Grömping
Thanks, Georgi! However, with LazyData, data() should not be needed, and I wouldn't know where to place it. I now found the root cause, and it was very basic: I still had a namespace (CAs::...) reference to one of the data files in an example, and this - of course, because of LazyData instead