CRAN Package Check Results for Package IntNMF

Last updated on 2018-03-02 08:49:07 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 4.76 84.27 89.03 OK
r-devel-linux-x86_64-debian-gcc 1.1 3.99 72.66 76.65 OK
r-devel-linux-x86_64-fedora-clang 1.1 102.37 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1 99.19 NOTE
r-devel-windows-ix86+x86_64 1.1 9.00 94.00 103.00 OK
r-patched-linux-x86_64 1.1 4.48 98.13 102.61 OK
r-patched-solaris-x86 1.1 170.80 OK
r-release-linux-x86_64 1.1 4.77 97.38 102.15 OK
r-release-windows-ix86+x86_64 1.1 10.00 110.00 120.00 OK
r-release-osx-x86_64 1.1 NOTE
r-oldrel-windows-ix86+x86_64 1.1 10.00 94.00 104.00 OK
r-oldrel-osx-x86_64 1.1 OK

Check Details

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 ‘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.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

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