CRAN Package Check Results for Maintainer ‘Raul Cruz-Cano <raulcruz at umd.edu>’

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

Package NOTE
FRCC 12

Package FRCC

Current CRAN status:

Version: 1.0
Check: dependencies in R code
Result: NOTE
    'library' or 'require' calls to packages already attached by Depends:
     'CCP' 'MASS' 'calibrate' 'corpcor'
     Please remove these calls from your code.
    Packages in Depends field not imported from:
     'CCP' 'MASS' 'calibrate' 'corpcor'
     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.0
Check: R code for possible problems
Result: NOTE
    custom.draw.circle: no visible global function definition for 'lines'
    frcc: no visible binding for global variable 'sd'
    frcc: no visible global function definition for 'cor.shrink'
    frcc: no visible global function definition for 'cor'
    frcc: no visible global function definition for 'p.asym'
    generate_multivariate_normal_sample: no visible global function
     definition for 'mvrnorm'
    plot_units: no visible binding for global variable 'sd'
    plot_units: no visible global function definition for 'points'
    plot_units: no visible global function definition for 'textxy'
    plot_variables: no visible global function definition for 'points'
    plot_variables: no visible global function definition for 'textxy'
    plot_variables: no visible global function definition for 'segments'
    Undefined global functions or variables:
     cor cor.shrink lines mvrnorm p.asym points sd segments textxy
    Consider adding
     importFrom("graphics", "lines", "points", "segments")
     importFrom("stats", "cor", "sd")
    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