Last updated on 2024-11-03 15:48:52 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.18 | 18.21 | 21.38 | 39.59 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.18 | 0.41 | 1.39 | 1.80 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.18 | 74.32 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.18 | 67.75 | NOTE | |||
r-devel-windows-x86_64 | 0.2.18 | 27.00 | 147.00 | 174.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.18 | 16.98 | 20.32 | 37.30 | NOTE | |
r-release-linux-x86_64 | 0.2.18 | 0.44 | 1.59 | 2.03 | ERROR | |
r-release-macos-arm64 | 0.2.18 | 23.00 | NOTE | |||
r-release-macos-x86_64 | 0.2.18 | 35.00 | NOTE | |||
r-release-windows-x86_64 | 0.2.18 | 27.00 | 116.00 | 143.00 | NOTE | |
r-oldrel-macos-arm64 | 0.2.18 | 24.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.2.18 | 41.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.2.18 | 31.00 | 159.00 | 190.00 | NOTE |
Version: 0.2.18
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’, ‘SET_TYPEOF’, ‘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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.2.18
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.18
Check: compiled code
Result: NOTE
File 'RInside/libs/x64/RInside.dll':
Found 'srand', possibly from 'srand' (C)
Object: 'RInside.o'
File 'RInside/libs/x64/libRInside.dll':
Found 'srand', possibly from 'srand' (C)
Object: 'RInside.o'
File 'RInside/libs/x64/RInside.dll':
Found non-API calls to R: 'R_CleanTempDir', 'R_DefParams',
'R_ReplDLLinit', 'R_RunExitFinalizers', 'R_SetParams', 'R_TempDir',
'Rf_endEmbeddedR', 'Rf_initEmbeddedR', 'SET_TYPEOF', 'getRUser',
'get_R_HOME', 'run_Rmainloop'
File 'RInside/libs/x64/libRInside.dll':
Found non-API calls to R: 'R_CleanTempDir', 'R_DefParams',
'R_ReplDLLinit', 'R_RunExitFinalizers', 'R_SetParams', 'R_TempDir',
'Rf_endEmbeddedR', 'Rf_initEmbeddedR', 'SET_TYPEOF', 'getRUser',
'get_R_HOME', '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.
Flavor: r-devel-windows-x86_64
Version: 0.2.18
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.
Flavor: r-patched-linux-x86_64
Version: 0.2.18
Check: package dependencies
Result: ERROR
Package required but not available: ‘Rcpp’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-linux-x86_64
Version: 0.2.18
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.
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.2.18
Check: installed package size
Result: NOTE
installed size is 7.4Mb
sub-directories of 1Mb or more:
lib 3.1Mb
libs 3.8Mb
Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.2.18
Check: compiled code
Result: NOTE
File 'RInside/libs/x64/RInside.dll':
Found 'srand', possibly from 'srand' (C)
Object: 'RInside.o'
File 'RInside/libs/x64/libRInside.dll':
Found 'srand', possibly from 'srand' (C)
Object: 'RInside.o'
File 'RInside/libs/x64/RInside.dll':
Found non-API calls to R: 'R_CleanTempDir', 'R_DefParams',
'R_ReplDLLinit', 'R_RunExitFinalizers', 'R_SetParams', 'R_TempDir',
'Rf_endEmbeddedR', 'Rf_initEmbeddedR', 'getRUser', 'get_R_HOME',
'run_Rmainloop'
File 'RInside/libs/x64/libRInside.dll':
Found non-API calls to R: 'R_CleanTempDir', 'R_DefParams',
'R_ReplDLLinit', 'R_RunExitFinalizers', 'R_SetParams', 'R_TempDir',
'Rf_endEmbeddedR', 'Rf_initEmbeddedR', 'getRUser', 'get_R_HOME',
'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.
Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64