Last updated on 2017-02-24 23:52:28.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 0.56 | 16.18 | 16.74 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 0.57 | 15.81 | 16.38 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 32.45 | NOTE | --no-stop-on-test-error | ||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 28.41 | NOTE | --no-stop-on-test-error | ||
r-devel-macos-x86_64-clang | 0.2.0 | 24.31 | NOTE | --no-stop-on-test-error | ||
r-devel-windows-ix86+x86_64 | 0.2.0 | 3.00 | 47.00 | 50.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.0 | 0.55 | 14.21 | 14.76 | NOTE | |
r-patched-solaris-sparc | 0.2.0 | 181.70 | NOTE | |||
r-patched-solaris-x86 | 0.2.0 | 36.60 | NOTE | |||
r-release-linux-x86_64 | 0.2.0 | 0.56 | 14.22 | 14.78 | NOTE | |
r-release-osx-x86_64-mavericks | 0.2.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2.0 | 4.00 | 31.00 | 35.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.2.0 | 2.00 | 28.00 | 30.00 | OK |
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-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64
Version: 0.2.0
Flags: --no-stop-on-test-error
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-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang