Last updated on 2020-12-04 00:48:22 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 1.91 | 31.83 | 33.74 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 1.63 | 26.67 | 28.30 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 46.17 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 37.12 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.2.0 | 5.00 | 42.00 | 47.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.0 | 1.92 | 29.50 | 31.42 | NOTE | |
r-patched-solaris-x86 | 0.2.0 | 55.00 | NOTE | |||
r-release-linux-x86_64 | 0.2.0 | 2.15 | 31.52 | 33.67 | NOTE | |
r-release-macos-x86_64 | 0.2.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2.0 | 4.00 | 32.00 | 36.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.2.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.0 | 5.00 | 51.00 | 56.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-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64
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 ‘plot’
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 plot runif
Consider adding
importFrom("graphics", "hist", "lines", "par", "plot")
importFrom("stats", "dnorm", "runif")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64