Last updated on 2017-12-20 00:47:14 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9-9 | 24.19 | 34.76 | 58.95 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9-9 | NOTE | ||||
r-devel-linux-x86_64-fedora-clang | 0.9-9 | 53.28 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9-9 | 53.06 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.9-9 | 66.00 | 60.00 | 126.00 | WARN | |
r-patched-linux-x86_64 | 0.9-9 | 24.47 | 39.25 | 63.72 | NOTE | |
r-patched-solaris-x86 | 0.9-9 | 71.60 | NOTE | |||
r-release-linux-x86_64 | 0.9-9 | 23.81 | 39.65 | 63.46 | NOTE | |
r-release-windows-ix86+x86_64 | 0.9-9 | 64.00 | 72.00 | 136.00 | WARN | |
r-release-osx-x86_64 | 0.9-9 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.9-9 | 55.00 | 55.00 | 110.00 | WARN | |
r-oldrel-osx-x86_64 | 0.9-9 | NOTE |
Version: 0.9-9
Check: top-level files
Result: NOTE
Non-standard files/directories found at top level:
‘getsp.class’ ‘getsp.java’ ‘install-sh’ ‘jri’ ‘version’
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-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.9-9
Check: R code for possible problems
Result: NOTE
Found the following possibly unsafe calls:
File ‘rJava/R/import.R’:
unlockBinding(IMPORTER, env = env)
assignInNamespace(IMPORTER, importer, envir = env)
File ‘rJava/R/jinit.R’:
unlockBinding(x, .env)
unlockBinding(x, pe)
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.9-9
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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.9-9
Check: compiled code
Result: NOTE
Note: information on .o files is not available
File ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rJava/libs/rJava.so’:
Found ‘_exit’, possibly from ‘_exit’ (C)
Found ‘stderr’, possibly from ‘stderr’ (C)
Found ‘stdout’, possibly from ‘stdout’ (C)
File ‘rJava/libs/rJava.so’:
Found non-API calls to R: ‘R_CStackLimit’, ‘R_CStackStart’,
‘R_GlobalContext’
File ‘rJava/libs/rJava.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 the system RNG.
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-debian-clang
Version: 0.9-9
Check: compiled code
Result: NOTE
Note: information on .o files is not available
File ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rJava/libs/rJava.so’:
Found ‘_exit’, possibly from ‘_exit’ (C)
Found ‘stderr’, possibly from ‘stderr’ (C)
Found ‘stdout’, possibly from ‘stdout’ (C)
File ‘rJava/libs/rJava.so’:
Found non-API calls to R: ‘R_CStackLimit’, ‘R_CStackStart’,
‘R_GlobalContext’
File ‘rJava/libs/rJava.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 the system RNG.
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-debian-gcc
Version: 0.9-9
Check: compiled code
Result: NOTE
Note: information on .o files is not available
File ‘/data/gannet/ripley/R/packages/tests-clang/rJava.Rcheck/rJava/libs/rJava.so’:
Found ‘_exit’, possibly from ‘_exit’ (C)
Found ‘stderr’, possibly from ‘stderr’ (C)
Found ‘stdout’, possibly from ‘stdout’ (C)
File ‘rJava/libs/rJava.so’:
Found non-API calls to R: ‘R_CStackLimit’, ‘R_CStackStart’,
‘R_GlobalContext’
File ‘rJava/libs/rJava.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 the system RNG.
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: 0.9-9
Check: compiled code
Result: NOTE
Note: information on .o files is not available
File ‘/data/gannet/ripley/R/packages/tests-devel/rJava.Rcheck/rJava/libs/rJava.so’:
Found ‘_exit’, possibly from ‘_exit’ (C)
Found ‘stderr’, possibly from ‘stderr’ (C)
Found ‘stdout’, possibly from ‘stdout’ (C)
File ‘rJava/libs/rJava.so’:
Found non-API calls to R: ‘R_CStackLimit’, ‘R_CStackStart’,
‘R_GlobalContext’
File ‘rJava/libs/rJava.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 the system RNG.
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: 0.9-9
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
jri.h:21:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
jri.c:308:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
jri_glue.c:24:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.9-9
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/3.5/rJava/libs/i386/rJava.dll':
Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
File 'd:/Rcompile/CRANpkg/lib/3.5/rJava/libs/x64/rJava.dll':
Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
File 'rJava/libs/i386/rJava.dll':
Found non-API call to R: 'R_GlobalContext'
File 'rJava/libs/x64/rJava.dll':
Found non-API call to R: 'R_GlobalContext'
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.
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-ix86+x86_64
Version: 0.9-9
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/rJava/libs/rJava.so’:
Found ‘_exit’, possibly from ‘_exit’ (C)
Found ‘stderr’, possibly from ‘stderr’ (C)
Found ‘stdout’, possibly from ‘stdout’ (C)
File ‘rJava/libs/rJava.so’:
Found non-API calls to R: ‘R_CStackLimit’, ‘R_CStackStart’,
‘R_GlobalContext’
File ‘rJava/libs/rJava.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 the system RNG.
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-patched-linux-x86_64
Version: 0.9-9
Check: compiled code
Result: NOTE
Note: information on .o files is not available
File ‘/home/ripley/R/Lib32/rJava/libs/rJava.so’:
Found ‘exit’, possibly from ‘exit’ (C)
File ‘rJava/libs/rJava.so’:
Found non-API call to R: ‘R_GlobalContext’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.
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-solaris-x86
Version: 0.9-9
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/rJava/libs/rJava.so’:
Found ‘_exit’, possibly from ‘_exit’ (C)
Found ‘stderr’, possibly from ‘stderr’ (C)
Found ‘stdout’, possibly from ‘stdout’ (C)
File ‘rJava/libs/rJava.so’:
Found non-API calls to R: ‘R_CStackLimit’, ‘R_CStackStart’,
‘R_GlobalContext’
File ‘rJava/libs/rJava.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 the system RNG.
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-release-linux-x86_64
Version: 0.9-9
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/3.4/rJava/libs/i386/rJava.dll':
Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
File 'd:/Rcompile/CRANpkg/lib/3.4/rJava/libs/x64/rJava.dll':
Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
File 'rJava/libs/i386/rJava.dll':
Found non-API call to R: 'R_GlobalContext'
File 'rJava/libs/x64/rJava.dll':
Found non-API call to R: 'R_GlobalContext'
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.
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-ix86+x86_64
Version: 0.9-9
Check: compiled code
Result: NOTE
Note: information on .o files is not available
File ‘/Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/results/3.4/rJava.Rcheck/rJava/libs/rJava.so’:
Found ‘___stderrp’, possibly from ‘stderr’ (C)
Found ‘___stdoutp’, possibly from ‘stdout’ (C)
File ‘rJava/libs/rJava.so’:
Found non-API call to R: ‘R_GlobalContext’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.
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-osx-x86_64
Version: 0.9-9
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/3.3/rJava/libs/i386/rJava.dll':
Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
File 'd:/Rcompile/CRANpkg/lib/3.3/rJava/libs/x64/rJava.dll':
Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
File 'rJava/libs/i386/rJava.dll':
Found non-API call to R: 'R_GlobalContext'
File 'rJava/libs/x64/rJava.dll':
Found non-API call to R: 'R_GlobalContext'
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.
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
Version: 0.9-9
Check: compiled code
Result: NOTE
Note: information on .o files is not available
File ‘/Builds/CRAN-QA-Simon/packages/mavericks-x86_64/results/3.3/rJava.Rcheck/rJava/libs/rJava.so’:
Found ‘___stderrp’, possibly from ‘stderr’ (C)
Found ‘___stdoutp’, possibly from ‘stdout’ (C)
File ‘rJava/libs/rJava.so’:
Found non-API call to R: ‘R_GlobalContext’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.
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-osx-x86_64