Last updated on 2018-05-14 01:47:07 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0-23 | 1.89 | 16.91 | 18.80 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0-23 | 1.37 | 15.04 | 16.41 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0-23 | 23.83 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0-23 | 22.69 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0-23 | 11.00 | 40.00 | 51.00 | NOTE | |
r-patched-linux-x86_64 | 0.0-23 | 1.75 | 17.48 | 19.23 | NOTE | |
r-patched-solaris-x86 | 0.0-23 | 41.50 | NOTE | |||
r-release-linux-x86_64 | 0.0-23 | 1.77 | 17.53 | 19.30 | NOTE | |
r-release-windows-ix86+x86_64 | 0.0-23 | 11.00 | 40.00 | 51.00 | NOTE | |
r-release-osx-x86_64 | 0.0-23 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.0-23 | 8.00 | 34.00 | 42.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.0-23 | NOTE |
Version: 0.0-23
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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.0-23
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.
.my.tkdev: no visible global function definition for ‘X11’
tkpersp : draw: no visible global function definition for ‘par’
tkpersp : draw: no visible global function definition for ‘persp’
Undefined global functions or variables:
X11 par persp
Consider adding
importFrom("grDevices", "X11")
importFrom("graphics", "par", "persp")
to your NAMESPACE file.
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-23
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-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.0-23
Check: R code for possible problems
Result: NOTE
.my.tkdev: no visible global function definition for 'win.metafile'
tkpersp : draw: no visible global function definition for 'par'
tkpersp : draw: no visible global function definition for 'persp'
Undefined global functions or variables:
par persp win.metafile
Consider adding
importFrom("grDevices", "win.metafile")
importFrom("graphics", "par", "persp")
to your NAMESPACE file.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.0-23
Check: R code for possible problems
Result: NOTE
.my.tkdev: no visible global function definition for ‘X11’
tkpersp : draw: no visible global function definition for ‘par’
tkpersp : draw: no visible global function definition for ‘persp’
Undefined global functions or variables:
X11 par persp
Consider adding
importFrom("grDevices", "X11")
importFrom("graphics", "par", "persp")
to your NAMESPACE file.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64