Last updated on 2022-06-10 15:51:42 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 8.65 | 82.92 | 91.57 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 6.33 | 62.30 | 68.63 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 108.26 | NOTE | |||
r-devel-windows-x86_64 | 1.1 | 10.00 | 96.00 | 106.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 5.75 | 77.94 | 83.69 | NOTE | |
r-release-linux-x86_64 | 1.1 | NOTE | ||||
r-release-macos-arm64 | 1.1 | 32.00 | NOTE | |||
r-release-macos-x86_64 | 1.1 | 46.00 | NOTE | |||
r-release-windows-x86_64 | 1.1 | 11.00 | 265.00 | 276.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1 | 38.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1 | 62.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.1 | 17.00 | 89.00 | 106.00 | 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 'lines'
Undefined global functions or variables:
coefficients lines lm par rpois sd weighted.mean
Consider adding
importFrom("graphics", "lines", "par")
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-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64