Last updated on 2025-09-13 13:49:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 2.31 | 32.63 | 34.94 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 1.98 | 27.85 | 29.83 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 48.35 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 49.69 | OK | |||
r-devel-windows-x86_64 | 0.1.1 | 6.00 | 67.00 | 73.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 2.79 | 30.88 | 33.67 | OK | |
r-release-linux-x86_64 | 0.1.1 | 2.35 | 30.89 | 33.24 | OK | |
r-release-macos-arm64 | 0.1.1 | 31.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 41.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 5.00 | 66.00 | 71.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 34.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.1 | 47.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.1 | 5.00 | 60.00 | 65.00 | ERROR |
Version: 0.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [9s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(chcd)
>
> test_check("chcd")
`curl` package not installed, falling back to using `url()`
Missing columns in download file
`curl` package not installed, falling back to using `url()`
Missing columns in download file
`curl` package not installed, falling back to using `url()`
Missing columns in download file
`curl` package not installed, falling back to using `url()`
Missing columns in download file
`curl` package not installed, falling back to using `url()`
Missing columns in download file
`curl` package not installed, falling back to using `url()`
Missing columns in download file
`curl` package not installed, falling back to using `url()`
Missing columns in download file
`curl` package not installed, falling back to using `url()`
Missing columns in download file
`curl` package not installed, falling back to using `url()`
Missing columns in download file
[ FAIL 3 | WARN 9 | SKIP 0 | PASS 10 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get_climatedata.R:34:5'): files merge correctly ──────────────
Expected `get_climatedata("squamish", 1980, "d")` to run without any errors.
i Actually got a <simpleError> with text:
no applicable method for 'tbl_vars' applied to an object of class "NULL"
── Failure ('test-get_climatedata.R:37:5'): files merge correctly ──────────────
Expected `get_climatedata("squamish", 1990, "d")` to run without any errors.
i Actually got a <simpleError> with text:
no applicable method for 'tbl_vars' applied to an object of class "NULL"
── Failure ('test-get_climatedata.R:40:5'): files merge correctly ──────────────
Expected `get_climatedata("squamish", 1990, "m")` to run without any errors.
i Actually got a <simpleError> with text:
no applicable method for 'tbl_vars' applied to an object of class "NULL"
[ FAIL 3 | WARN 9 | SKIP 0 | PASS 10 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64