Re: [R-pkg-devel] Documentation for non-user-level objects

2020-05-10 Thread Uwe Ligges
On 10.05.2020 23:26, Sapphire Zhou wrote: I met a problem when I uploaded the package to CRAN. There is a warning told me “All user-level objects in a package should have documentation entries.” Actually, those functions are not user-level functions. How could I claim non-user-level

Re: [R-pkg-devel] Documentation for non-user-level objects

2020-05-10 Thread Bert Gunter
1. Don't export them. 2. Use: \keyword{ internal } in the .Rd file >From "Writing R Extensions" "The special keyword ‘internal’ marks a page of internal objects that are not part of the package’s API. If the help page for object foo has keyword ‘internal’, then help(foo) gives this help page,

[R-pkg-devel] Documentation for non-user-level objects

2020-05-10 Thread Sapphire Zhou
I met a problem when I uploaded the package to CRAN. There is a warning told me “All user-level objects in a package should have documentation entries.” Actually, those functions are not user-level functions. How could I claim non-user-level functions in an R package. Is there any idea to

[R-pkg-devel] Is there an Rtools40 changelog?

2020-05-10 Thread James Lamb
Hello, I am a maintainer on the LightGBM project, focused on that project's R package. The R package is not available on CRAN yet (we are working on it), so for now our users must build it from source. The package includes compilation of a C++ library, and we link to R.dll / R.so to use