CRAN Package Check Results for Package chcd

Last updated on 2026-09-02 02:51:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 2.72 33.01 35.73 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 2.13 24.16 26.29 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 23.57 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 23.19 OK
r-devel-windows-x86_64 0.1.1 6.00 88.00 94.00 OK
r-patched-linux-x86_64 0.1.1 2.41 30.18 32.59 OK
r-release-linux-x86_64 0.1.1 2.66 30.26 32.92 OK
r-release-macos-arm64 0.1.1 1.00 25.00 26.00 OK
r-release-macos-x86_64 0.1.1 2.00 53.00 55.00 OK
r-release-windows-x86_64 0.1.1 5.00 73.00 78.00 OK
r-oldrel-macos-arm64 0.1.1 OK
r-oldrel-macos-x86_64 0.1.1 2.00 39.00 41.00 OK
r-oldrel-windows-x86_64 0.1.1 6.00 68.00 74.00 OK

Check Details

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/192s] 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()` `curl` package not installed, falling back to using `url()` `curl` package not installed, falling back to using `url()` Missing columns in download file Saving _problems/test-get_climatedata-34.R `curl` package not installed, falling back to using `url()` `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 Saving _problems/test-get_climatedata-37.R `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 Saving _problems/test-get_climatedata-40.R [ 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")` not to throw any errors. Actually got a <simpleError> with message: 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")` not to throw any errors. Actually got a <simpleError> with message: 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")` not to throw any errors. Actually got a <simpleError> with message: 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-devel-linux-x86_64-debian-gcc