Last updated on 2021-07-01 01:49:12 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 2.31 | 31.11 | 33.42 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 1.70 | 23.71 | 25.41 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 49.39 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 40.30 | NOTE | |||
r-devel-windows-x86_64 | 0.2.0 | 4.00 | 41.00 | 45.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 0.2.0 | NOTE | ||||
r-patched-linux-x86_64 | 0.2.0 | 2.24 | 30.55 | 32.79 | NOTE | |
r-patched-solaris-x86 | 0.2.0 | 58.50 | NOTE | |||
r-release-linux-x86_64 | 0.2.0 | 1.92 | 30.69 | 32.61 | NOTE | |
r-release-macos-arm64 | 0.2.0 | NOTE | ||||
r-release-macos-x86_64 | 0.2.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2.0 | 4.00 | 35.00 | 39.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.2.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.0 | 4.00 | 32.00 | 36.00 | NOTE |
Version: 0.2.0
Check: R code for possible problems
Result: NOTE
plot.rbga: no visible global function definition for 'par'
plot.rbga: no visible global function definition for 'hist'
plot.rbga: no visible global function definition for 'lines'
rbga: no visible global function definition for 'runif'
rbga: no visible global function definition for 'dnorm'
rbga.bin: no visible global function definition for 'dnorm'
rbga.bin: no visible global function definition for 'runif'
Undefined global functions or variables:
dnorm hist lines par runif
Consider adding
importFrom("graphics", "hist", "lines", "par")
importFrom("stats", "dnorm", "runif")
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-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64