CRAN Package Check Results for Maintainer ‘David Wheeler <dcwheels at gmail.com>’

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

Package NOTE
gwrr 12

Package gwrr

Current CRAN status:

Version: 0.2-1
Check: dependencies in R code
Result: NOTE
    'library' or 'require' calls to packages already attached by Depends:
     'fields' 'lars'
     Please remove these calls from your code.
    Package in Depends field not imported from: 'lars'
     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: 0.2-1
Check: R code for possible problems
Result: NOTE
    gwl.beta: no visible global function definition for 'lars'
    gwl.cv.err: no visible global function definition for 'lars'
    gwl.est: no visible global function definition for 'lm'
    gwr.bw.est: no visible global function definition for 'lm'
    gwr.est: no visible global function definition for 'lm'
    gwr.rsquare: no visible global function definition for 'cor'
    gwrr.est: no visible global function definition for 'lm'
    Undefined global functions or variables:
     cor lars lm
    Consider adding
     importFrom("stats", "cor", "lm")
    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