Last updated on 2017-12-20 00:46:57 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 4.06 | 85.05 | 89.11 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1 | OK | ||||
r-devel-linux-x86_64-fedora-clang | 1.1 | 117.95 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 115.82 | OK | |||
r-devel-windows-ix86+x86_64 | 1.1 | 9.00 | 96.00 | 105.00 | OK | |
r-patched-linux-x86_64 | 1.1 | 4.41 | 101.92 | 106.33 | OK | |
r-patched-solaris-x86 | 1.1 | 166.00 | OK | |||
r-release-linux-x86_64 | 1.1 | 4.70 | 100.80 | 105.50 | OK | |
r-release-windows-ix86+x86_64 | 1.1 | 9.00 | 98.00 | 107.00 | OK | |
r-release-osx-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 15.00 | 136.00 | 151.00 | OK | |
r-oldrel-osx-x86_64 | 1.1 | OK |
Version: 1.1
Check: R code for possible problems
Result: NOTE
.nndsvd.internal: no visible global function definition for ‘runif’
nmf.mnnals: no visible global function definition for ‘runif’
nmf.opt.k: no visible global function definition for ‘points’
nmf.opt.k: no visible global function definition for ‘lines’
nmf.opt.k: no visible global function definition for ‘mtext’
Undefined global functions or variables:
lines mtext points runif
Consider adding
importFrom("graphics", "lines", "mtext", "points")
importFrom("stats", "runif")
to your NAMESPACE file.
Flavor: r-release-osx-x86_64