Hi,
I'm attempting to submit a very minor update to my package where I replaced
a deprecated C++ function with an alternative. However, I'm receiving an
unrelated warning "*array subscript -1 is outside array bounds of ‘double
[52]’ [-Warray-bounds] *" on Debian during the CRAN pre-tests. I do not
On 21 November 2019 at 16:43, Joris Meys wrote:
| The workflow as described in the manual :
|
https://cran.r-project.org/doc/manuals/R-exts.html#Checking-and-building-packages
|
| is as follows :
|
| R CMD build pkg --compact-vignettes
| R CMD check pkg_x.y.z.tar.gz --as-cran
|
| In a basic T
Dear Mark,
You rely on external packages like rcmdcheck and devtools, so if you insist on
using those, you should contact the package authors.
The workflow as described in the manual :
https://cran.r-project.org/doc/manuals/R-exts.html#Checking-and-building-packages
is as follows :
R CMD build
I have been unsuccessful with all of the following attempts to have compression
of dynamically generated vignettes during the build on travis-ci and within
RStudio. Help is appreciated.
I have tried the following travis-ci YAML to have vignettes compressed.
script:
- R -e 'r <- rcmdcheck::rcmd