Last updated on 2018-05-14 01:46:49 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 5.35 | 56.30 | 61.65 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 3.35 | 49.93 | 53.28 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 82.58 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 79.95 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 8.00 | 87.00 | 95.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 4.46 | 54.31 | 58.77 | NOTE | |
r-patched-solaris-x86 | 1.1 | 111.10 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 4.94 | 55.40 | 60.34 | NOTE | |
r-release-windows-ix86+x86_64 | 1.1 | 8.00 | 87.00 | 95.00 | NOTE | |
r-release-osx-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 9.00 | 68.00 | 77.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.1 | NOTE |
Version: 1.1
Check: R code for possible problems
Result: NOTE
population: no visible global function definition for ‘weighted.mean’
population: no visible global function definition for ‘rpois’
population: no visible global function definition for ‘lm’
population: no visible global function definition for ‘coefficients’
population: no visible global function definition for ‘sd’
population: no visible global function definition for ‘par’
population: no visible global function definition for ‘plot’
population: no visible global function definition for ‘lines’
Undefined global functions or variables:
coefficients lines lm par plot rpois sd weighted.mean
Consider adding
importFrom("graphics", "lines", "par", "plot")
importFrom("stats", "coefficients", "lm", "rpois", "sd",
"weighted.mean")
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