Re: [R-pkg-devel] Compiler warning using C versions of base R integrate function

2019-11-22 Thread Devin Incerti
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

Re: [R-pkg-devel] Missing SystemRequirements on the build servers

2019-11-22 Thread Sebastian Meyer
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

Re: [R-pkg-devel] Compiler warning using C versions of base R integrate function

2019-11-22 Thread Ralf Stubner
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]’

[R-pkg-devel] Missing SystemRequirements on the build servers

2019-11-22 Thread Angerer, Philipp
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: