Last updated on 2020-08-07 01:49:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2 | 2.14 | 24.03 | 26.17 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2 | 1.79 | 19.17 | 20.96 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2 | 40.89 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2 | 31.81 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.2 | 7.00 | 36.00 | 43.00 | NOTE | |
r-patched-linux-x86_64 | 0.2 | 2.13 | 23.71 | 25.84 | NOTE | |
r-patched-solaris-x86 | 0.2 | 45.90 | NOTE | |||
r-release-linux-x86_64 | 0.2 | 2.16 | 23.58 | 25.74 | NOTE | |
r-release-macos-x86_64 | 0.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2 | 5.00 | 39.00 | 44.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.2 | 4.00 | 50.00 | 54.00 | NOTE |
Version: 0.2
Check: R code for possible problems
Result: NOTE
bbo: no visible global function definition for 'runif'
bbo: no visible global function definition for 'tail'
Undefined global functions or variables:
runif tail
Consider adding
importFrom("stats", "runif")
importFrom("utils", "tail")
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
Check: R code for possible problems
Result: NOTE
bbo: no visible global function definition for ‘runif’
bbo: no visible global function definition for ‘tail’
plot.bbo: no visible global function definition for ‘plot’
Undefined global functions or variables:
plot runif tail
Consider adding
importFrom("graphics", "plot")
importFrom("stats", "runif")
importFrom("utils", "tail")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64