I am using the following code in my package:
...
Environment e = new_env();
...
I get the following:
* checking compiled code ... NOTE
File 'RxODE/libs/x64/RxODE.dll':
Found non-API call to R: 'R_NewHashedEnv'
Compiled code should not call non-API entry points in R.
Apparantly, this isn't allowed for CRAN packages...?
This is called in the following file
|
inline Environment new_env(int size = 29) { |
Hopefully this is reproducable enough for a bug report.
I am using the following code in my package:
I get the following:
Apparantly, this isn't allowed for CRAN packages...?
This is called in the following file
Rcpp/inst/include/Rcpp/Environment.h
Line 405 in 8f2a101
Hopefully this is reproducable enough for a bug report.