Last updated on 2020-08-07 01:49:48 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 2.26 | 21.52 | 23.78 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 1.84 | 16.30 | 18.14 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 35.80 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 26.90 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.1 | 6.00 | 43.00 | 49.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.1 | 2.36 | 21.34 | 23.70 | NOTE | |
r-patched-solaris-x86 | 1.0.1 | 41.40 | NOTE | |||
r-release-linux-x86_64 | 1.0.1 | 2.32 | 20.89 | 23.21 | NOTE | |
r-release-macos-x86_64 | 1.0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.1 | 6.00 | 30.00 | 36.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 5.00 | 54.00 | 59.00 | NOTE |
Version: 1.0.1
Check: R code for possible problems
Result: NOTE
ICA: no visible global function definition for 'runif'
Undefined global functions or variables:
runif
Consider adding
importFrom("stats", "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: 1.0.1
Check: R code for possible problems
Result: NOTE
ICA: no visible global function definition for ‘runif’
plot.ICA: no visible global function definition for ‘plot’
Undefined global functions or variables:
plot runif
Consider adding
importFrom("graphics", "plot")
importFrom("stats", "runif")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64