Last updated on 2020-12-31 00:47:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0-24 | 3.01 | 22.66 | 25.67 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0-24 | 2.46 | 19.18 | 21.64 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0-24 | 43.43 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0-24 | 32.96 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0-24 | 11.00 | 43.00 | 54.00 | OK | |
r-patched-linux-x86_64 | 0.0-24 | 2.72 | 23.30 | 26.02 | NOTE | |
r-patched-solaris-x86 | 0.0-24 | 47.80 | NOTE | |||
r-release-linux-x86_64 | 0.0-24 | 2.86 | 23.33 | 26.19 | NOTE | |
r-release-macos-x86_64 | 0.0-24 | OK | ||||
r-release-windows-ix86+x86_64 | 0.0-24 | 9.00 | 36.00 | 45.00 | OK | |
r-oldrel-macos-x86_64 | 0.0-24 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.0-24 | 8.00 | 55.00 | 63.00 | OK |
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