Re: [R-pkg-devel] best LICENSE practices: AGPL-3 + LaTeX Project Public License

2021-07-15 Thread Ben Bolker
Thanks very much. In the end I gave up and removed the offending LaTeX files, as the goal of this was to get the package to build on r-hub's Fedora platform, and it seems more promising to work with the r-hub folks to get a sufficiently complete LaTeX installation available there (as the

Re: [R-pkg-devel] best LICENSE practices: AGPL-3 + LaTeX Project Public License

2021-07-15 Thread Hadley Wickham
On Wed, Jul 14, 2021 at 9:11 AM Ben Bolker wrote: > > >In the process of trying to get a package to build successfully on > r-hub's Fedora platform, I had to add a whole bunch of LaTeX .sty files > to the vignette directory. One of these was collectbox.sty, which > triggers the NOTE > > ---

Re: [R-pkg-devel] package submission NOTE : Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

2021-07-15 Thread Sebastian Meyer
I think you got caught by a common misinterpretation of the auto-check output from the Debian machine. It **appends** the Current CRAN status at the bottom of the check log. So you see the check results for your submitted version and then, below, for comparison, the results for the package

[R-pkg-devel] package submission NOTE : Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

2021-07-15 Thread Ronan GRIOT
Dear R developpers, I submitted my package on the CRAN and had this NOTE : Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’ In my package, called APIS, I wrote

Re: [R-pkg-devel] package submission NOTE : Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

2021-07-15 Thread Duncan Murdoch
On 15/07/2021 5:19 a.m., Ronan GRIOT wrote: Dear R developpers, I submitted my package on the CRAN and had this NOTE : Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’ I added the output of the tools::package_native_routine_registration_skeleton(".") function in a .c file,

[R-pkg-devel] package submission NOTE : Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

2021-07-15 Thread Ronan GRIOT
Dear R developpers, I submitted my package on the CRAN and had this NOTE : Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’ I added the output of the tools::package_native_routine_registration_skeleton(".") function in a .c file, updated the NAMESPACE with useDynLib(mypackage,