Hi Serguei and Ralf, the thoughts and suggestions are much appreciated.
Ironically, I used to use RcppNumerical to do the integration but switched
over to integrate.c because I was receiving a compiler warning and to
eliminate the dependency on RcppEigen. Do you think I should switch back to
RcppN
Dear Philipp,
What kind of problems does the incoming check report?
If they are related to your package's vignette, a simple solution would
be to transform this toy example into a package test using
tools::buildVignette in the test script, which can be run conditionally
on specific system require
On Thu, Nov 21, 2019 at 7:25 PM Devin Incerti wrote:
> 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
Hi,
I first submitted my package nbconvertR in 2015. It requires the command
jupyter nbconvert to work.
Since the first submission the SystemRequirements which provide that command
changed, which I reflected in the SystemRequirements and lately in an INSTALL
file:
https://github.com/thei
Le 21/11/2019 à 19:25, Devin Incerti a écrit :
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]