CRAN Package Check Results for Package portalr

Last updated on 2022-07-13 06:55:30 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.9 8.50 393.70 402.20 OK
r-devel-linux-x86_64-debian-gcc 0.3.9 5.25 291.12 296.37 OK
r-devel-linux-x86_64-fedora-clang 0.3.9 465.70 OK
r-devel-linux-x86_64-fedora-gcc 0.3.9 527.76 OK
r-devel-windows-x86_64 0.3.9 24.00 453.00 477.00 OK
r-patched-linux-x86_64 0.3.9 7.80 386.03 393.83 OK
r-release-linux-x86_64 0.3.9 6.96 387.16 394.12 OK
r-release-macos-arm64 0.3.9 103.00 OK
r-release-macos-x86_64 0.3.9 221.00 OK
r-release-windows-x86_64 0.3.9 50.00 433.00 483.00 OK
r-oldrel-macos-arm64 0.3.9 97.00 OK
r-oldrel-macos-x86_64 0.3.9 138.00 OK
r-oldrel-windows-ix86+x86_64 0.3.9 15.00 486.00 501.00 ERROR

Check Details

Version: 0.3.9
Check: tests
Result: ERROR
     Running 'testthat.R' [415s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(portalr)
     >
     > test_check("portalr")
     [ FAIL 1 | WARN 2 | SKIP 41 | PASS 142 ]
    
     == Skipped tests ===============================================================
     * On CRAN (41)
    
     == Failed tests ================================================================
     -- Error (test-11-phenocam.R:4:1): (code run outside of `test_that()`) ---------
     Error in `open.connection(file, "rt")`: cannot open the connection
     Backtrace:
     x
     1. +-portalr::phenocam("daily", path = portal_data_path) at test-11-phenocam.R:4:0
     2. | +-... %>% dplyr::arrange(.data$date)
     3. | \-utils::read.csv(...)
     4. | \-utils::read.table(...)
     5. | +-base::open(file, "rt")
     6. | \-base::open.connection(file, "rt")
     7. \-dplyr::arrange(., .data$date)
    
     [ FAIL 1 | WARN 2 | SKIP 41 | PASS 142 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64