CRAN Package Check Results for Package ech

Last updated on 2020-11-08 06:46:31 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1.1 18.57 147.25 165.82 OK
r-devel-linux-x86_64-debian-gcc 0.1.1.1 15.05 108.56 123.61 OK
r-devel-linux-x86_64-fedora-clang 0.1.1.1 188.30 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.1.1 199.63 NOTE
r-devel-windows-ix86+x86_64 0.1.1.1 39.00 186.00 225.00 OK
r-patched-linux-x86_64 0.1.1.1 OK
r-patched-solaris-x86 0.1.1.1 259.50 NOTE
r-release-linux-x86_64 0.1.1.1 16.89 132.02 148.91 OK
r-release-macos-x86_64 0.1.1.1 ERROR
r-release-windows-ix86+x86_64 0.1.1.1 33.00 147.00 180.00 OK
r-oldrel-macos-x86_64 0.1.1.1 ERROR
r-oldrel-windows-ix86+x86_64 0.1.1.1 24.00 138.00 162.00 OK

Check Details

Version: 0.1.1.1
Check: package dependencies
Result: NOTE
    Imports includes 24 non-default packages.
    Importing from so many packages makes the package vulnerable to any of
    them becoming unavailable. Move as many as possible to Suggests and
    use conditionally.
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.1.1
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘methods’ ‘tidyselect’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.1.1.1
Check: data for non-ASCII characters
Result: NOTE
     Note: found 1409 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.1.1.1
Check: examples
Result: ERROR
    Running examples in ‘ech-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: get_cba_cbna
    > ### Title: This function allows you to get the CBA and CBNA data
    > ### Aliases: get_cba_cbna
    >
    > ### ** Examples
    >
    > get_cba_cbna(folder = tempdir(), region = "M")
    sh: wget: command not found
    Warning in system(paste("wget", paste(extra, collapse = " "), shQuote(url), :
     error in running command
    Error in utils::download.file(u, f, mode = "wb", method = "wget", extra = "--no-check-certificate") :
     'wget' call had nonzero exit status
    Error: `path` does not exist: ‘/Volumes/Temp/tmp/Rtmpmy1Ia6/CBA_LP_LI_M.xls’
    Execution halted
Flavor: r-release-macos-x86_64

Version: 0.1.1.1
Check: examples
Result: ERROR
    Running examples in ‘ech-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: get_cba_cbna
    > ### Title: This function allows you to get the CBA and CBNA data
    > ### Aliases: get_cba_cbna
    >
    > ### ** Examples
    >
    > get_cba_cbna(folder = tempdir(), region = "M")
    sh: wget: command not found
    Warning in system(paste("wget", paste(extra, collapse = " "), shQuote(url), :
     error in running command
    Error in utils::download.file(u, f, mode = "wb", method = "wget", extra = "--no-check-certificate") :
     'wget' call had nonzero exit status
    Error: `path` does not exist: ‘/tmp/Rtmpd5aC0h/CBA_LP_LI_M.xls’
    Execution halted
Flavor: r-oldrel-macos-x86_64