Last updated on 2019-01-15 00:46:38 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.9 | 5.15 | 96.24 | 101.39 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.9 | 4.09 | 76.57 | 80.66 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.9 | 118.02 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.9 | 110.89 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2.9 | 8.00 | 189.00 | 197.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.9 | 3.94 | 90.63 | 94.57 | NOTE | |
r-patched-solaris-x86 | 1.2.9 | 234.90 | NOTE | |||
r-release-linux-x86_64 | 1.2.9 | 5.29 | 92.54 | 97.83 | NOTE | |
r-release-windows-ix86+x86_64 | 1.2.9 | 12.00 | 120.00 | 132.00 | NOTE | |
r-release-osx-x86_64 | 1.2.9 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.9 | 8.00 | 134.00 | 142.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.2.9 | NOTE |
Version: 1.2.9
Check: R code for possible problems
Result: NOTE
create.data: no visible global function definition for ‘rexp’
create.data: no visible global function definition for ‘runif’
create.data: no visible global function definition for ‘rbinom’
opt.splitval: no visible global function definition for ‘na.omit’
opt2D : opt.both: no visible global function definition for ‘optim’
Undefined global functions or variables:
na.omit optim rbinom rexp runif
Consider adding
importFrom("stats", "na.omit", "optim", "rbinom", "rexp", "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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64