CRAN Package Check Results for Maintainer ‘Anthony Damico <ajdamico at gmail.com>’

Last updated on 2022-08-15 08:50:18 CEST.

Package NOTE OK
convey 1 12
SAScii 3 10

Package convey

Current CRAN status: NOTE: 1, OK: 12

Version: 0.2.4
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘RODBC’
Flavor: r-oldrel-macos-arm64

Package SAScii

Current CRAN status: NOTE: 3, OK: 10

Version: 1.0
Check: R code for possible problems
Result: NOTE
    parse.SAScii: no visible binding for global variable ‘end’
    parse.SAScii: no visible binding for global variable ‘start’
    read.SAScii: no visible global function definition for ‘download.file’
    read.SAScii: no visible global function definition for ‘unzip’
    read.SAScii: no visible global function definition for ‘read.fwf’
    read.SAScii: no visible global function definition for ‘capture.output’
    Undefined global functions or variables:
     capture.output download.file end read.fwf start unzip
    Consider adding
     importFrom("stats", "end", "start")
     importFrom("utils", "capture.output", "download.file", "read.fwf",
     "unzip")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64