Last updated on 2020-08-07 01:50:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0-24 | 3.01 | 21.26 | 24.27 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0-24 | 2.42 | 17.43 | 19.85 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0-24 | 39.52 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0-24 | 30.56 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0-24 | 16.00 | 43.00 | 59.00 | OK | |
r-patched-linux-x86_64 | 0.0-24 | 2.89 | 21.84 | 24.73 | NOTE | |
r-patched-solaris-x86 | 0.0-24 | 45.50 | NOTE | |||
r-release-linux-x86_64 | 0.0-24 | 2.81 | 21.87 | 24.68 | NOTE | |
r-release-macos-x86_64 | 0.0-24 | OK | ||||
r-release-windows-ix86+x86_64 | 0.0-24 | 10.00 | 60.00 | 70.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