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 require
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
>
> ---
>
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 ve
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 4
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, updated
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, .regi