Last updated on 2020-08-07 01:49:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 5.25 | 42.39 | 47.64 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 3.62 | 31.74 | 35.36 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 65.12 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 55.88 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.1 | 21.00 | 73.00 | 94.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.1 | 4.05 | 41.66 | 45.71 | NOTE | |
r-patched-solaris-x86 | 1.0.1 | 87.70 | NOTE | |||
r-release-linux-x86_64 | 1.0.1 | 3.91 | 41.89 | 45.80 | NOTE | |
r-release-macos-x86_64 | 1.0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.1 | 17.00 | 70.00 | 87.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 19.00 | 99.00 | 118.00 | 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 '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 points sd segments
Consider adding
importFrom("graphics", "lines", "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-macos-x86_64, r-release-windows-ix86+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
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-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64