Last updated on 2017-07-31 01:47:19.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5 | 1.26 | 16.95 | 18.20 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.5 | 1.32 | 12.87 | 14.18 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.5 | 19.06 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.5 | 18.46 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.5 | 8.00 | 32.00 | 40.00 | NOTE | |
r-patched-linux-x86_64 | 1.5 | 1.06 | 17.25 | 18.31 | NOTE | |
r-patched-solaris-x86 | 1.5 | 29.10 | NOTE | |||
r-release-linux-x86_64 | 1.5 | 1.17 | 17.10 | 18.27 | NOTE | |
r-release-windows-ix86+x86_64 | 1.5 | 5.00 | 28.00 | 33.00 | NOTE | |
r-release-osx-x86_64 | 1.5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.5 | 6.00 | 26.00 | 32.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.5 | NOTE |
Version: 1.5
Check: R code for possible problems
Result: NOTE
plotwithprototypes: no visible global function definition for ‘plot’
plotwithprototypes: no visible global function definition for
‘strwidth’
plotwithprototypes: no visible global function definition for
‘strheight’
plotwithprototypes: no visible global function definition for ‘rect’
plotwithprototypes: no visible global function definition for ‘text’
protoclust: no visible global function definition for ‘as.dist’
protocut: no visible global function definition for ‘cutree’
Undefined global functions or variables:
as.dist cutree plot rect strheight strwidth text
Consider adding
importFrom("graphics", "plot", "rect", "strheight", "strwidth", "text")
importFrom("stats", "as.dist", "cutree")
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-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: 1.5
Check: compiled code
Result: NOTE
File ‘protoclust/libs/protoclust.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