CRAN Package Check Results for Package eplusr

Last updated on 2023-05-28 07:57:29 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.16.0 50.19 355.26 405.45 OK
r-devel-linux-x86_64-debian-gcc 0.16.0 39.94 249.88 289.82 OK
r-devel-linux-x86_64-fedora-clang 0.16.0 481.70 OK
r-devel-linux-x86_64-fedora-gcc 0.16.0 438.00 OK
r-devel-windows-x86_64 0.16.0 43.00 237.00 280.00 OK
r-patched-linux-x86_64 0.16.0 57.39 311.51 368.90 ERROR
r-release-linux-x86_64 0.16.0 48.01 310.12 358.13 ERROR
r-release-macos-arm64 0.15.3 126.00 OK
r-release-macos-x86_64 0.15.3 216.00 OK
r-release-windows-x86_64 0.16.0 56.00 290.00 346.00 OK
r-oldrel-macos-arm64 0.15.3 110.00 OK
r-oldrel-macos-x86_64 0.16.0 129.00 OK
r-oldrel-windows-x86_64 0.16.0 54.00 236.00 290.00 OK

Additional issues

ATLAS

Check Details

Version: 0.16.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [82s/53s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(eplusr)
     > eplusr_option(verbose_info = FALSE)
     $verbose_info
     [1] FALSE
    
     >
     > test_check("eplusr")
     Starting 2 test processes
     [ FAIL 1 | WARN 0 | SKIP 198 | PASS 747 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (198)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-parse.R:419:5'): parse_idf_file() ──────────────────────────────
     <eplusr_error_locate_idd/eplusr_error/error/condition>
     Error: Failed to locate IDD v23.1.0.
     You may want to set 'download' to TRUE or "auto" to download the IDD file from EnregyPlus GitHub repo.
     Backtrace:
     ▆
     1. ├─testthat::expect_warning(...) at test-parse.R:419:4
     2. │ └─testthat:::expect_condition_matching(...)
     3. │ └─testthat:::quasi_capture(...)
     4. │ ├─testthat (local) .capture(...)
     5. │ │ └─base::withCallingHandlers(...)
     6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     7. └─eplusr:::parse_idf_file(idftext("idf", NULL), LATEST_IDF_VER)
     8. └─eplusr:::get_idd_from_ver(idf_ver, idd)
     9. └─eplusr::use_idd(idd)
     10. └─eplusr:::abort(...)
    
     [ FAIL 1 | WARN 0 | SKIP 198 | PASS 747 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.16.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [80s/56s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(eplusr)
     > eplusr_option(verbose_info = FALSE)
     $verbose_info
     [1] FALSE
    
     >
     > test_check("eplusr")
     Starting 2 test processes
     [ FAIL 1 | WARN 0 | SKIP 198 | PASS 747 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (198)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-parse.R:419:5'): parse_idf_file() ──────────────────────────────
     <eplusr_error_locate_idd/eplusr_error/error/condition>
     Error: Failed to locate IDD v23.1.0.
     You may want to set 'download' to TRUE or "auto" to download the IDD file from EnregyPlus GitHub repo.
     Backtrace:
     ▆
     1. ├─testthat::expect_warning(...) at test-parse.R:419:4
     2. │ └─testthat:::expect_condition_matching(...)
     3. │ └─testthat:::quasi_capture(...)
     4. │ ├─testthat (local) .capture(...)
     5. │ │ └─base::withCallingHandlers(...)
     6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     7. └─eplusr:::parse_idf_file(idftext("idf", NULL), LATEST_IDF_VER)
     8. └─eplusr:::get_idd_from_ver(idf_ver, idd)
     9. └─eplusr::use_idd(idd)
     10. └─eplusr:::abort(...)
    
     [ FAIL 1 | WARN 0 | SKIP 198 | PASS 747 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64