CRAN Package Check Results for Package hyd1d

Last updated on 2023-10-21 15:51:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.6 13.51 126.40 139.91 OK
r-devel-linux-x86_64-debian-gcc 0.4.6 12.49 136.91 149.40 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.6 223.82 OK
r-devel-linux-x86_64-fedora-gcc 0.4.6 233.55 OK
r-devel-windows-x86_64 0.4.6 15.00 165.00 180.00 OK
r-patched-linux-x86_64 0.4.6 12.11 117.31 129.42 OK
r-release-linux-x86_64 0.4.6 OK
r-release-macos-arm64 0.4.6 282.00 OK
r-release-macos-x86_64 0.4.6 445.00 OK
r-release-windows-x86_64 0.4.6 17.00 210.00 227.00 OK
r-oldrel-macos-arm64 0.4.6 233.00 OK
r-oldrel-macos-x86_64 0.4.6 259.00 OK
r-oldrel-windows-x86_64 0.4.6 18.00 196.00 214.00 OK

Additional issues

M1mac MKL

Check Details

Version: 0.4.6
Check: tests
Result: ERROR
     Running ‘testthat.R’ [16s/30s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(hyd1d)
     'df.gauging_data' locally stored at
     /home/hornik/tmp/scratch/RtmpQuisWn/df.gauging_data_latest.RDS
     was last downloaded 2023-10-20 22:06:34 CEST
     >
     > test_check("hyd1d")
     [ FAIL 1 | WARN 1 | SKIP 0 | PASS 127 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test_getW.R:49:5'): getPegelonlineW ─────────────────────────────────
     Error: unable to find an inherited method for function 'fromJSON' for signature 'content = "logical", handler = "missing"'
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(...) at test_getW.R:49:4
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─hyd1d::getPegelonlineW(gauging_station = "DESSAU", time = times)
     5. └─RJSONIO::fromJSON(w_string)
     6. └─methods (local) `<fn>`(`<list>`, `<stndrdGn>`, `<env>`)
    
     [ FAIL 1 | WARN 1 | SKIP 0 | PASS 127 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc