[R-pkg-devel] Help with 2 NOTES
Ivan Krylov
|kry|ov @end|ng |rom d|@root@org
Thu Oct 10 15:29:17 CEST 2024
В Thu, 10 Oct 2024 13:10:39 +0000
Jaime Salvador <jaime.salvador using ideasybits.com> пишет:
> * The \dontrun in examples. To run the examples, we need a
> database, the package doesn't include a sample database, so the code
> can't be run. I remove \dontrun in functions that can run without a
> database (for example redatam_version)
That makes perfect sense. Can you provide a small example database as
part of the package? It's best to exercise as much of the code of
package as reasonably possible in tests and examples. If not, leaving
\dontrun{} in is indeed the right choice.
> Regarding to the DLL downloading during the configurarion, REDATAM is
> not an open source software (the source code is controlled by
> CELADE-CEPAL), but the binary is freely distributed, you can get a
> copy from https://redatam.org/es/aplicaciones (Redatam X version)
Thank you for clarifying that. It may help to follow the example of the
'Rblpapi' package <https://CRAN.R-project.org/package=Rblpapi> in
specifying the license covering the package as a whole. In particular,
you need to ensure that CRAN has the right to redistribute Redatam DLLs
as part of the binary packages they compile. I'm not seeing a license
covering the downloads at https://redatam.org/es/aplicaciones or
https://redatam.org/en/software.
Good luck! For best results next time you have a question, please
provide a link to the latest version of the package source code.
--
Best regards,
Ivan
More information about the R-package-devel
mailing list