Last updated on 2019-01-19 00:46:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 3.30 | 39.59 | 42.89 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 2.88 | 29.34 | 32.22 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 51.55 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 49.79 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.1 | 17.00 | 74.00 | 91.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.1 | 3.09 | 36.22 | 39.31 | NOTE | |
r-patched-solaris-x86 | 1.0.1 | 89.20 | NOTE | |||
r-release-linux-x86_64 | 1.0.1 | 2.87 | 34.00 | 36.87 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0.1 | 16.00 | 69.00 | 85.00 | NOTE | |
r-release-osx-x86_64 | 1.0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 17.00 | 69.00 | 86.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0.1 | NOTE |
Version: 1.0.1
Check: R code for possible problems
Result: NOTE
plot.cvsvd: no visible binding for global variable ‘sd’
plot.cvsvd: no visible global function definition for ‘plot’
plot.cvsvd: no visible global function definition for ‘lines’
plot.cvsvd: no visible global function definition for ‘segments’
plot.cvsvd: no visible global function definition for ‘points’
print.cvsvd: no visible binding for global variable ‘sd’
summary.cvsvd: no visible binding for global variable ‘sd’
Undefined global functions or variables:
lines plot points sd segments
Consider adding
importFrom("graphics", "lines", "plot", "points", "segments")
importFrom("stats", "sd")
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.0.1
Check: compiled code
Result: NOTE
File ‘bcv/libs/bcv.so’:
Found no call to: ‘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