Last updated on 2017-07-17 12:49:23.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1 | 3.10 | 74.65 | 77.75 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1 | 3.65 | 70.28 | 73.93 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1 | 147.56 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1 | 132.74 | OK | |||
| r-devel-windows-ix86+x86_64 | 1.1 | 11.00 | 97.00 | 108.00 | OK | |
| r-patched-linux-x86_64 | 1.1 | 3.32 | 70.52 | 73.84 | OK | |
| r-patched-solaris-x86 | 1.1 | 176.40 | OK | |||
| r-release-linux-x86_64 | 1.1 | 3.81 | 73.55 | 77.36 | OK | |
| r-release-windows-ix86+x86_64 | 1.1 | 9.00 | 112.00 | 121.00 | OK | |
| r-release-osx-x86_64 | 1.1 | NOTE | ||||
| r-oldrel-windows-ix86+x86_64 | 1.1 | 8.00 | 100.00 | 108.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