Last updated on 2022-05-09 17:52:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 2.40 | 61.68 | 64.08 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 1.76 | 48.32 | 50.08 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 78.73 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 76.14 | NOTE | |||
r-devel-windows-x86_64 | 1.2.1 | 9.00 | 71.00 | 80.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.1 | 2.33 | 59.28 | 61.61 | NOTE | |
r-release-linux-x86_64 | 1.2.1 | 2.34 | 60.63 | 62.97 | NOTE | |
r-release-macos-arm64 | 1.2.1 | 20.00 | NOTE | |||
r-release-macos-x86_64 | 1.2.1 | 30.00 | NOTE | |||
r-release-windows-x86_64 | 1.2.1 | 5.00 | 69.00 | 74.00 | NOTE | |
r-oldrel-macos-arm64 | 1.2.1 | 27.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.2.1 | 35.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.2.1 | 4.00 | 57.00 | 61.00 | NOTE |
Version: 1.2.1
Check: R code for possible problems
Result: NOTE
plot.reweight: no visible global function definition for 'par'
plot.reweight: no visible global function definition for 'density'
plot.reweight: no visible global function definition for 'rug'
reweight: no visible global function definition for 'aggregate'
search.best.h: no visible global function definition for 'quantile'
Undefined global functions or variables:
aggregate density par quantile rug
Consider adding
importFrom("graphics", "par", "rug")
importFrom("stats", "aggregate", "density", "quantile")
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