CRAN Package Check Results for Package IntNMF

Last updated on 2020-08-07 01:49:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 10.83 116.44 127.27 OK
r-devel-linux-x86_64-debian-gcc 1.2.0 8.18 86.43 94.61 OK
r-devel-linux-x86_64-fedora-clang 1.2.0 156.66 OK
r-devel-linux-x86_64-fedora-gcc 1.2.0 146.18 OK
r-devel-windows-ix86+x86_64 1.2.0 30.00 165.00 195.00 OK
r-patched-linux-x86_64 1.2.0 8.75 111.30 120.05 OK
r-patched-solaris-x86 1.2.0 235.90 OK
r-release-linux-x86_64 1.2.0 10.09 111.83 121.92 OK
r-release-macos-x86_64 1.2.0 OK
r-release-windows-ix86+x86_64 1.2.0 32.00 123.00 155.00 OK
r-oldrel-macos-x86_64 1.2.0 NOTE
r-oldrel-windows-ix86+x86_64 1.2.0 17.00 106.00 123.00 OK

Check Details

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-macos-x86_64