Last updated on 2020-08-07 01:49:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 1.89 | 23.39 | 25.28 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 1.35 | 17.73 | 19.08 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 38.46 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 28.84 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.2.0 | 6.00 | 37.00 | 43.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.0 | 2.10 | 22.57 | 24.67 | NOTE | |
r-patched-solaris-x86 | 0.2.0 | 45.00 | NOTE | |||
r-release-linux-x86_64 | 0.2.0 | 1.66 | 22.49 | 24.15 | NOTE | |
r-release-macos-x86_64 | 0.2.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2.0 | 6.00 | 49.00 | 55.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.2.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.0 | 4.00 | 45.00 | 49.00 | NOTE |
Version: 0.2.0
Check: R code for possible problems
Result: NOTE
kselection: no visible global function definition for 'txtProgressBar'
kselection: no visible global function definition for
'setTxtProgressBar'
plot.Kselection: no visible global function definition for 'lines'
plot.Kselection: no visible global function definition for 'legend'
Undefined global functions or variables:
legend lines setTxtProgressBar txtProgressBar
Consider adding
importFrom("graphics", "legend", "lines")
importFrom("utils", "setTxtProgressBar", "txtProgressBar")
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: 0.2.0
Check: R code for possible problems
Result: NOTE
kselection: no visible global function definition for ‘txtProgressBar’
kselection: no visible global function definition for
‘setTxtProgressBar’
plot.Kselection: no visible global function definition for ‘plot’
plot.Kselection: no visible global function definition for ‘lines’
plot.Kselection: no visible global function definition for ‘legend’
Undefined global functions or variables:
legend lines plot setTxtProgressBar txtProgressBar
Consider adding
importFrom("graphics", "legend", "lines", "plot")
importFrom("utils", "setTxtProgressBar", "txtProgressBar")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64