CRAN Package Check Results for Maintainer ‘Prabhakar Chalise <pchalise at kumc.edu>’

Last updated on 2020-08-07 01:50:29 CEST.

Package NOTE OK
InterSIM 12
IntNMF 1 11

Package InterSIM

Current CRAN status: OK: 12

Package IntNMF

Current CRAN status: NOTE: 1, OK: 11

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