Last updated on 2019-04-13 01:58:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 2.33 | 25.15 | 27.48 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 2.04 | 20.27 | 22.31 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 32.62 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 31.32 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.2 | 8.00 | 53.00 | 61.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.2 | 2.47 | 24.87 | 27.34 | NOTE | |
r-patched-solaris-x86 | 1.0.2 | 53.90 | NOTE | |||
r-release-linux-x86_64 | 1.0.2 | 1.59 | 23.76 | 25.35 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0.2 | 3.00 | 39.00 | 42.00 | NOTE | |
r-release-osx-x86_64 | 1.0.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.2 | 4.00 | 51.00 | 55.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0.2 | NOTE |
Version: 1.0.2
Check: R code for possible problems
Result: NOTE
basis_hica: no visible global function definition for 'princomp'
energy_hica: no visible global function definition for 'dev.new'
energy_hica: no visible global function definition for 'points'
energy_hica: no visible global function definition for 'legend'
Undefined global functions or variables:
dev.new legend points princomp
Consider adding
importFrom("grDevices", "dev.new")
importFrom("graphics", "legend", "points")
importFrom("stats", "princomp")
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