Last updated on 2020-02-15 01:01:43 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0-24 | 2.82 | 20.76 | 23.58 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0-24 | 2.34 | 17.25 | 19.59 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0-24 | 31.39 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0-24 | 31.72 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0-24 | 10.00 | 44.00 | 54.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.0-24 | 15.00 | 44.00 | 59.00 | OK | |
r-patched-linux-x86_64 | 0.0-24 | 2.38 | 20.17 | 22.55 | NOTE | |
r-patched-solaris-x86 | 0.0-24 | 42.80 | NOTE | |||
r-release-linux-x86_64 | 0.0-24 | 2.65 | 20.46 | 23.11 | NOTE | |
r-release-windows-ix86+x86_64 | 0.0-24 | 8.00 | 55.00 | 63.00 | OK | |
r-release-osx-x86_64 | 0.0-24 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.0-24 | 8.00 | 40.00 | 48.00 | OK | |
r-oldrel-osx-x86_64 | 0.0-24 | WARN |
Version: 0.0-24
Check: R code for possible problems
Result: NOTE
Found an obsolete/platform-specific call in the following function:
'.my.tkdev'
Found the platform-specific device:
'X11'
dev.new() is the preferred way to open a new device, in the unlikely
event one is needed.
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-patched-solaris-x86, r-release-linux-x86_64
Version: 0.0-24
Check: compiled code
Result: NOTE
File ‘tkrplot/libs/tkrplot.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.0-24
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: loading Rplot failed
Flavor: r-oldrel-osx-x86_64
Version: 0.0-24
Check: whether the namespace can be loaded with stated dependencies
Result: NOTE
Warning: loading Rplot failed
A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.
Probably some imports need to be declared in the NAMESPACE file.
Flavor: r-oldrel-osx-x86_64