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 function
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, but
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 remove
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 R-provide