Displaying 2 results from an estimated 2 matches for "testarma2".
2020 Jan 14
2
possible bug in win R-devel in check/test environment
Hi,
During my recent r2sundials development, I've came across a strange test
failing during 'R CMD check' exclusively on win R-devel which I could
reproduce with a minimal example that I present here.
The toy packages testarma1 [1] and testarma2 [2] are minimal
modifications of a skeleton package produced by
RcppArmadillo.package.skeleton().
They are almost identical. The first one fails to passe its tests on win
R-devel [3] while the second one is OK [4]. The reason of test failing
in testarma1 boils down to not finding a package duri...
2020 Jan 14
0
possible bug in win R-devel in check/test environment
...4 January 2020 at 11:00, Serguei Sokol wrote:
| During my recent r2sundials development, I've came across a strange test
| failing during 'R CMD check' exclusively on win R-devel which I could
| reproduce with a minimal example that I present here.
| The toy packages testarma1 [1] and testarma2 [2] are minimal
| modifications of a skeleton package produced by
| RcppArmadillo.package.skeleton().
| They are almost identical. The first one fails to passe its tests on win
| R-devel [3] while the second one is OK [4]. The reason of test failing
| in testarma1 boils down to not finding a pa...