Last updated on 2023-01-25 04:51:47 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.8-11 | 33.39 | 24.81 | 58.20 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.8-11 | 25.60 | 19.53 | 45.13 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.8-11 | 58.10 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.8-11 | 57.87 | WARN | |||
r-devel-windows-x86_64 | 1.8-11 | 95.00 | 85.00 | 180.00 | WARN | |
r-patched-linux-x86_64 | 1.8-11 | 26.82 | 25.34 | 52.16 | NOTE | |
r-release-linux-x86_64 | 1.8-11 | 29.00 | 25.26 | 54.26 | NOTE | |
r-release-macos-arm64 | 1.8-11 | 49.00 | NOTE | |||
r-release-macos-x86_64 | 1.8-11 | 87.00 | NOTE | |||
r-release-windows-x86_64 | 1.8-11 | 130.00 | 81.00 | 211.00 | NOTE | |
r-oldrel-macos-arm64 | 1.8-11 | 50.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.8-11 | 89.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.8-11 | 102.00 | 72.00 | 174.00 | NOTE |
Version: 1.8-11
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
tls.c:29:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/Rserve.Rcheck/00install.out’ for details.
* used C compiler: ‘Debian clang version 15.0.6’
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.8-11
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.8-11
Check: compiled code
Result: WARN
Note: information on .o files is not available
File ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rserve/libs/Rserve.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Found ‘exit’, possibly from ‘exit’ (C)
Found ‘rand’, possibly from ‘rand’ (C)
Found ‘random’, possibly from ‘random’ (C)
Found ‘srandom’, possibly from ‘srandom’ (C)
Found ‘stderr’, possibly from ‘stderr’ (C)
File ‘Rserve/libs/Rserve.so’:
Found non-API calls to R: ‘R_Consolefile’, ‘R_InputHandlers’,
‘R_Outputfile’, ‘R_TempDir’, ‘R_Visible’, ‘addInputHandler’,
‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’, ‘ptr_R_FlushConsole’,
‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’, ‘ptr_R_ShowMessage’,
‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’
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. The detected symbols are linked into
the code but might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.8-11
Check: compiled code
Result: WARN
Note: information on .o files is not available
File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rserve/libs/Rserve.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Found ‘exit’, possibly from ‘exit’ (C)
Found ‘rand’, possibly from ‘rand’ (C)
Found ‘random’, possibly from ‘random’ (C)
Found ‘srandom’, possibly from ‘srandom’ (C)
Found ‘stderr’, possibly from ‘stderr’ (C)
File ‘Rserve/libs/Rserve.so’:
Found non-API calls to R: ‘R_Consolefile’, ‘R_InputHandlers’,
‘R_Outputfile’, ‘R_TempDir’, ‘R_Visible’, ‘addInputHandler’,
‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’, ‘ptr_R_FlushConsole’,
‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’, ‘ptr_R_ShowMessage’,
‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’
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. The detected symbols are linked into
the code but might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.8-11
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
tls.c:29:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
See ‘/data/gannet/ripley/R/packages/tests-clang/Rserve.Rcheck/00install.out’ for details.
* used C compiler: ‘clang version 15.0.7’
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.8-11
Check: compiled code
Result: WARN
Note: information on .o files is not available
File ‘/data/gannet/ripley/R/packages/tests-clang/Rserve.Rcheck/Rserve/libs/Rserve.so’:
Found ‘exit’, possibly from ‘exit’ (C)
Found ‘rand’, possibly from ‘rand’ (C)
Found ‘random’, possibly from ‘random’ (C)
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Found ‘srandom’, possibly from ‘srandom’ (C)
Found ‘stderr’, possibly from ‘stderr’ (C)
File ‘Rserve/libs/Rserve.so’:
Found non-API calls to R: ‘R_Consolefile’, ‘R_InputHandlers’,
‘R_Outputfile’, ‘R_TempDir’, ‘R_Visible’, ‘addInputHandler’,
‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’, ‘ptr_R_FlushConsole’,
‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’, ‘ptr_R_ShowMessage’,
‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’
File ‘Rserve/libs/Rserve.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
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. The detected symbols are linked into
the code but might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.8-11
Check: compiled code
Result: WARN
Note: information on .o files is not available
File ‘/data/gannet/ripley/R/packages/tests-devel/Rserve.Rcheck/Rserve/libs/Rserve.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Found ‘exit’, possibly from ‘exit’ (C)
Found ‘rand’, possibly from ‘rand’ (C)
Found ‘random’, possibly from ‘random’ (C)
Found ‘srandom’, possibly from ‘srandom’ (C)
Found ‘stderr’, possibly from ‘stderr’ (C)
File ‘Rserve/libs/Rserve.so’:
Found non-API calls to R: ‘R_Consolefile’, ‘R_InputHandlers’,
‘R_Outputfile’, ‘R_TempDir’, ‘R_Visible’, ‘addInputHandler’,
‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’, ‘ptr_R_FlushConsole’,
‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’, ‘ptr_R_ShowMessage’,
‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’
File ‘Rserve/libs/Rserve.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
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. The detected symbols are linked into
the code but might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.8-11
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
standalone.c:160:301: warning: format '%ld' expects argument of type 'long int', but argument 16 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
Rserv.c:3788:97: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
Rserv.c:4133:62: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
Rserv.c:4435:118: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
Rserv.c:4804:106: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
Rserv.c:4824:147: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
Rserv.c:4836:114: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
Rserv.c:4864:121: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
Rserv.c:4870:139: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
qap_encode.c:142:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'rlen_t' {aka 'long long int'} [-Wformat=]
websockets.c:513:119: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
See 'd:/Rcompile/CRANpkg/local/4.3/Rserve.Rcheck/00install.out' for details.
* used C compiler: 'gcc.exe (GCC) 12.2.0'
Flavor: r-devel-windows-x86_64
Version: 1.8-11
Check: installed package size
Result: NOTE
installed size is 15.1Mb
sub-directories of 1Mb or more:
libs 14.1Mb
Flavors: r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.8-11
Check: compiled code
Result: NOTE
Note: information on .o files for x64 is not available
File 'd:/Rcompile/CRANpkg/lib/4.3/Rserve/libs/x64/Rserve.dll':
Found '_exit', possibly from '_exit' (C)
Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
Found 'rand', possibly from 'rand' (C)
Found 'srand', possibly from 'srand' (C)
File 'Rserve/libs/x64/Rserve.dll':
Found non-API calls to R: 'R_Interactive', 'R_Visible',
'Rf_initialize_R', 'setup_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. The detected symbols are linked into
the code but might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-devel-windows-x86_64
Version: 1.8-11
Check: compiled code
Result: NOTE
Note: information on .o files is not available
File ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rserve/libs/Rserve.so’:
Found ‘exit’, possibly from ‘exit’ (C)
Found ‘rand’, possibly from ‘rand’ (C)
Found ‘random’, possibly from ‘random’ (C)
Found ‘srandom’, possibly from ‘srandom’ (C)
Found ‘stderr’, possibly from ‘stderr’ (C)
File ‘Rserve/libs/Rserve.so’:
Found non-API calls to R: ‘R_Consolefile’, ‘R_InputHandlers’,
‘R_Outputfile’, ‘R_TempDir’, ‘R_Visible’, ‘addInputHandler’,
‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’, ‘ptr_R_FlushConsole’,
‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’, ‘ptr_R_ShowMessage’,
‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’
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. The detected symbols are linked into the code but
might come from libraries and not actually be called.
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: 1.8-11
Check: compiled code
Result: NOTE
Note: information on .o files is not available
File ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rserve/libs/Rserve.so’:
Found ‘exit’, possibly from ‘exit’ (C)
Found ‘rand’, possibly from ‘rand’ (C)
Found ‘random’, possibly from ‘random’ (C)
Found ‘srandom’, possibly from ‘srandom’ (C)
Found ‘stderr’, possibly from ‘stderr’ (C)
File ‘Rserve/libs/Rserve.so’:
Found non-API calls to R: ‘R_Consolefile’, ‘R_InputHandlers’,
‘R_Outputfile’, ‘R_TempDir’, ‘R_Visible’, ‘addInputHandler’,
‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’, ‘ptr_R_FlushConsole’,
‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’, ‘ptr_R_ShowMessage’,
‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’
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. The detected symbols are linked into the code but
might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-release-linux-x86_64
Version: 1.8-11
Check: compiled code
Result: NOTE
Note: information on .o files is not available
File ‘/Volumes/Builds/packages/big-sur-arm64/results/4.2/Rserve.Rcheck/Rserve/libs/Rserve.so’:
Found ‘___stderrp’, possibly from ‘stderr’ (C)
Found ‘_abort’, possibly from ‘abort’ (C)
Found ‘_exit’, possibly from ‘exit’ (C)
Found ‘_rand’, possibly from ‘rand’ (C)
Found ‘_random’, possibly from ‘random’ (C)
Found ‘_srandom’, possibly from ‘srandom’ (C)
File ‘Rserve/libs/Rserve.so’:
Found non-API calls to R: ‘R_Consolefile’, ‘R_InputHandlers’,
‘R_Outputfile’, ‘R_TempDir’, ‘R_Visible’, ‘addInputHandler’,
‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’, ‘ptr_R_FlushConsole’,
‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’, ‘ptr_R_ShowMessage’,
‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’
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. The detected symbols are linked into the code but
might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-release-macos-arm64
Version: 1.8-11
Check: compiled code
Result: NOTE
Note: information on .o files is not available
File ‘/Volumes/Builds/packages/high-sierra-x86_64/results/4.2/Rserve.Rcheck/Rserve/libs/Rserve.so’:
Found ‘___stderrp’, possibly from ‘stderr’ (C)
Found ‘_abort’, possibly from ‘abort’ (C)
Found ‘_exit’, possibly from ‘exit’ (C)
Found ‘_rand’, possibly from ‘rand’ (C)
Found ‘_random’, possibly from ‘random’ (C)
Found ‘_srandom’, possibly from ‘srandom’ (C)
File ‘Rserve/libs/Rserve.so’:
Found non-API calls to R: ‘R_Consolefile’, ‘R_InputHandlers’,
‘R_Outputfile’, ‘R_TempDir’, ‘R_Visible’, ‘addInputHandler’,
‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’, ‘ptr_R_FlushConsole’,
‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’, ‘ptr_R_ShowMessage’,
‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’
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. The detected symbols are linked into the code but
might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-release-macos-x86_64
Version: 1.8-11
Check: compiled code
Result: NOTE
Note: information on .o files for x64 is not available
File 'd:/Rcompile/CRANpkg/lib/4.2/Rserve/libs/x64/Rserve.dll':
Found '_exit', possibly from '_exit' (C)
Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
Found 'rand', possibly from 'rand' (C)
Found 'srand', possibly from 'srand' (C)
File 'Rserve/libs/x64/Rserve.dll':
Found non-API calls to R: 'R_Interactive', 'R_Visible',
'Rf_initialize_R', 'setup_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. The detected symbols are linked into the code but
might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-release-windows-x86_64
Version: 1.8-11
Check: compiled code
Result: NOTE
Note: information on .o files is not available
File ‘/Volumes/Builds/packages/big-sur-arm64/results/4.1/Rserve.Rcheck/Rserve/libs/Rserve.so’:
Found ‘___stderrp’, possibly from ‘stderr’ (C)
Found ‘_abort’, possibly from ‘abort’ (C)
Found ‘_exit’, possibly from ‘exit’ (C)
Found ‘_rand’, possibly from ‘rand’ (C)
Found ‘_random’, possibly from ‘random’ (C)
Found ‘_srandom’, possibly from ‘srandom’ (C)
File ‘Rserve/libs/Rserve.so’:
Found non-API calls to R: ‘R_Consolefile’, ‘R_InputHandlers’,
‘R_Outputfile’, ‘R_TempDir’, ‘R_Visible’, ‘addInputHandler’,
‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’, ‘ptr_R_FlushConsole’,
‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’, ‘ptr_R_ShowMessage’,
‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’
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. The detected symbols are linked into the code but
might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-oldrel-macos-arm64
Version: 1.8-11
Check: compiled code
Result: NOTE
Note: information on .o files is not available
File ‘/Volumes/Builds/packages/high-sierra-x86_64/results/4.1/Rserve.Rcheck/Rserve/libs/Rserve.so’:
Found ‘___stderrp’, possibly from ‘stderr’ (C)
Found ‘_abort’, possibly from ‘abort’ (C)
Found ‘_exit’, possibly from ‘exit’ (C)
Found ‘_rand’, possibly from ‘rand’ (C)
Found ‘_random’, possibly from ‘random’ (C)
Found ‘_srandom’, possibly from ‘srandom’ (C)
File ‘Rserve/libs/Rserve.so’:
Found non-API calls to R: ‘R_Consolefile’, ‘R_InputHandlers’,
‘R_Outputfile’, ‘R_TempDir’, ‘R_Visible’, ‘addInputHandler’,
‘ptr_R_Busy’, ‘ptr_R_ClearerrConsole’, ‘ptr_R_FlushConsole’,
‘ptr_R_ReadConsole’, ‘ptr_R_ResetConsole’, ‘ptr_R_ShowMessage’,
‘ptr_R_WriteConsole’, ‘ptr_R_WriteConsoleEx’
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. The detected symbols are linked into the code but
might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-oldrel-macos-x86_64
Version: 1.8-11
Check: compiled code
Result: NOTE
Note: information on .o files for i386 is not available
Note: information on .o files for x64 is not available
File 'd:/Rcompile/CRANpkg/lib/4.1/Rserve/libs/i386/Rserve.dll':
Found '_exit', possibly from '_exit' (C)
Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
Found 'rand', possibly from 'rand' (C)
Found 'srand', possibly from 'srand' (C)
File 'd:/Rcompile/CRANpkg/lib/4.1/Rserve/libs/x64/Rserve.dll':
Found '_exit', possibly from '_exit' (C)
Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
Found 'rand', possibly from 'rand' (C)
Found 'srand', possibly from 'srand' (C)
File 'Rserve/libs/i386/Rserve.dll':
Found non-API calls to R: 'R_Interactive', 'R_Visible',
'Rf_initialize_R', 'setup_Rmainloop'
File 'Rserve/libs/x64/Rserve.dll':
Found non-API calls to R: 'R_Interactive', 'R_Visible',
'Rf_initialize_R', 'setup_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. The detected symbols are linked into the code but
might come from libraries and not actually be called.
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-oldrel-windows-ix86+x86_64