CRAN Package Check Results for Maintainer ‘Jacob Bien <jbien at cornell.edu>’

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

Package NOTE
hierband 12
hiertest 12
protoclass 12
spcov 12

Package hierband

Current CRAN status:

Version: 1.0
Check: R code for possible problems
Result: NOTE
    banded: no visible global function definition for 'toeplitz'
    gpband: no visible global function definition for 'toeplitz'
    hierband.cv: no visible global function definition for 'cov'
    hierband.cv: no visible binding for global variable 'sd'
    subdiag.thresh: no visible global function definition for 'uniroot'
    subdiag.thresh: no visible global function definition for 'toeplitz'
    Undefined global functions or variables:
     cov sd toeplitz uniroot
    Consider adding
     importFrom("stats", "cov", "sd", "toeplitz", "uniroot")
    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

Version: 1.0
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
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: compiled code
Result: NOTE
    File ‘hierband/libs/hierband.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package hiertest

Current CRAN status:

Version: 1.1
Check: R code for possible problems
Result: NOTE
    compute.contrasts: no visible binding for global variable 'sd'
    compute.contrasts: no visible global function definition for 'cor'
    compute.contrasts: no visible global function definition for 'sd'
    plot.hiertest: no visible global function definition for 'legend'
    Undefined global functions or variables:
     cor legend sd
    Consider adding
     importFrom("graphics", "legend")
     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

Version: 1.1
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
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

Package protoclass

Current CRAN status:

Version: 1.0
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Description field: should contain one or more complete sentences.
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: dependencies in R code
Result: NOTE
    'library' or 'require' call to 'class' which was already attached by Depends.
     Please remove these calls from your code.
    Package in Depends field not imported from: 'class'
     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
    addcircle: no visible global function definition for 'lines'
    addclassifierboundary: no visible global function definition for 'par'
    addclassifierboundary: no visible global function definition for
     'contour'
    plot.protoclass: no visible global function definition for 'box'
    plot.protoclass: no visible global function definition for 'rgb2hsv'
    plot.protoclass: no visible global function definition for 'col2rgb'
    plot.protoclass: no visible global function definition for 'points'
    plot.protoclass: no visible global function definition for 'hsv'
    predict.protoclass: no visible global function definition for 'knn1'
    Undefined global functions or variables:
     box col2rgb contour hsv knn1 lines par points rgb2hsv
    Consider adding
     importFrom("grDevices", "col2rgb", "hsv", "rgb2hsv")
     importFrom("graphics", "box", "contour", "lines", "par", "points")
    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

Package spcov

Current CRAN status:

Version: 1.01
Check: R code for possible problems
Result: NOTE
    GenerateCliquesCovariance: no visible global function definition for
     'rnorm'
    Undefined global functions or variables:
     rnorm
    Consider adding
     importFrom("stats", "rnorm")
    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