Last updated on 2020-07-02 02:09:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 9.38 | 116.75 | 126.13 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 8.36 | 87.69 | 96.05 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 154.12 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 145.49 | OK | |||
r-devel-windows-ix86+x86_64 | 1.2.0 | 38.00 | 119.00 | 157.00 | OK | |
r-patched-linux-x86_64 | 1.2.0 | 8.25 | 111.30 | 119.55 | OK | |
r-patched-solaris-x86 | 1.2.0 | 216.10 | OK | |||
r-release-linux-x86_64 | 1.2.0 | 9.90 | 112.98 | 122.88 | OK | |
r-release-osx-x86_64 | 1.2.0 | OK | ||||
r-release-windows-ix86+x86_64 | 1.2.0 | 23.00 | 130.00 | 153.00 | OK | |
r-oldrel-osx-x86_64 | 1.2.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.0 | 34.00 | 155.00 | 189.00 | OK |
Version: 1.2.0
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 ‘flush.console’
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:
flush.console lines mtext points runif
Consider adding
importFrom("graphics", "lines", "mtext", "points")
importFrom("stats", "runif")
importFrom("utils", "flush.console")
to your NAMESPACE file.
Flavor: r-oldrel-osx-x86_64