Last updated on 2022-05-27 21:51:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 6.27 | 81.27 | 87.54 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 6.86 | 62.45 | 69.31 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 106.46 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 105.53 | NOTE | |||
r-devel-windows-x86_64 | 1.1 | 10.00 | 96.00 | 106.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 7.85 | 78.03 | 85.88 | NOTE | |
r-release-linux-x86_64 | 1.1 | 8.20 | 79.51 | 87.71 | 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 | 13.00 | 103.00 | 116.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 | 94.00 | 111.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-linux-x86_64-fedora-gcc, 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