CRAN Package Check Results for Maintainer ‘Thomas Lumley <tlumley at u.washington.edu>’

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

Package NOTE OK
biglm 8 4
dichromat 12

Package biglm

Current CRAN status: NOTE: 8, OK: 4

Version: 0.9-2.1
Check: R code for possible problems
Result: NOTE
    Found the following calls to data() loading into the global environment:
    File 'biglm/R/bigglm.R':
     data(reset = TRUE)
     data(reset = FALSE)
    See section 'Good practice' in '?data'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.9-2.1
Check: compiled code
Result: NOTE
    File ‘biglm/libs/biglm.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

Version: 0.9-2.1
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘RODBC’
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64

Package dichromat

Current CRAN status: NOTE: 12

Version: 2.0-0
Check: R code for possible problems
Result: NOTE
    dichromat: no visible global function definition for 'col2rgb'
    dichromat: no visible global function definition for 'predict'
    dichromat: no visible global function definition for 'rgb'
    Undefined global functions or variables:
     col2rgb predict rgb
    Consider adding
     importFrom("grDevices", "col2rgb", "rgb")
     importFrom("stats", "predict")
    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