CRAN Package Check Results for Maintainer ‘Ying Liu <yliu at stat.columbia.edu>’

Last updated on 2022-04-24 03:53:07 CEST.

Package NOTE
SPIn 12

Package SPIn

Current CRAN status:

Version: 1.1
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to 'quadprog' which was already attached by Depends.
     Please remove these calls from your code.
    Package in Depends field not imported from: 'quadprog'
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.1
Check: R code for possible problems
Result: NOTE
    SPIn: no visible global function definition for 'density'
    SPIn: no visible global function definition for 'quantile'
    SPIn: no visible global function definition for 'solve.QP'
    bootSPIn: no visible global function definition for 'runif'
    plot.SPIn: no visible global function definition for 'hist'
    plot.SPIn: no visible global function definition for 'lines'
    plot.SPIn: no visible global function definition for 'text'
    plot.SPIn: no visible global function definition for 'quantile'
    plot.SPIn: no visible global function definition for 'legend'
    Undefined global functions or variables:
     density hist legend lines quantile runif solve.QP text
    Consider adding
     importFrom("graphics", "hist", "legend", "lines", "text")
     importFrom("stats", "density", "quantile", "runif")
    to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64