Last updated on 2020-08-07 01:49:42 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-2 | 1.89 | 19.70 | 21.59 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-2 | 1.50 | 15.62 | 17.12 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-2 | 34.60 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-2 | 25.30 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1-2 | 7.00 | 41.00 | 48.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-2 | 1.82 | 19.69 | 21.51 | NOTE | |
r-patched-solaris-x86 | 0.1-2 | 40.60 | NOTE | |||
r-release-linux-x86_64 | 0.1-2 | 1.90 | 19.76 | 21.66 | NOTE | |
r-release-macos-x86_64 | 0.1-2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1-2 | 5.00 | 29.00 | 34.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1-2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-2 | 4.00 | 40.00 | 44.00 | NOTE |
Version: 0.1-2
Check: R code for possible problems
Result: NOTE
DTMC: 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: 0.1-2
Check: R code for possible problems
Result: NOTE
DTMC: no visible global function definition for ‘runif’
DTMC: 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