Package check result: NOTE Check: compiled code, Result: NOTE File ‘RInside/libs/RInside.so’: Found ‘srand’, possibly from ‘srand’ (C) Object: ‘RInside.o’ File ‘RInside/libs/RInside.so’: Found non-API calls to R: ‘R_CStackLimit’, ‘R_CleanTempDir’, ‘R_DefParams’, ‘R_ReplDLLinit’, ‘R_RunExitFinalizers’, ‘R_SetParams’, ‘R_SignalHandlers’, ‘R_TempDir’, ‘Rf_endEmbeddedR’, ‘Rf_initEmbeddedR’, ‘run_Rmainloop’ Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs nor [v]sprintf. Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. No changes to worse in reverse depends.