Last updated on 2025-05-14 02:50:09 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.9 | 6.81 | 57.44 | 64.25 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.9 | 4.71 | 42.98 | 47.69 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.9 | 97.66 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.9 | 96.32 | OK | |||
r-devel-windows-x86_64 | 1.1.9 | 8.00 | 74.00 | 82.00 | ERROR | |
r-patched-linux-x86_64 | 1.1.9 | 6.40 | 54.91 | 61.31 | OK | |
r-release-linux-x86_64 | 1.1.9 | 6.56 | 54.11 | 60.67 | OK | |
r-release-macos-arm64 | 1.1.9 | 197.00 | OK | |||
r-release-macos-x86_64 | 1.1.9 | 192.00 | OK | |||
r-release-windows-x86_64 | 1.1.9 | 9.00 | 175.00 | 184.00 | OK | |
r-oldrel-macos-arm64 | 1.1.9 | 208.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.9 | 158.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.9 | 9.00 | 186.00 | 195.00 | OK |
Version: 1.1.9
Check: tests
Result: ERROR
Running 'testthat.R' [12s]
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(CDCPLACES)
>
> test_check("CDCPLACES")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get_places.R:8:3'): (code run outside of `test_that()`) ────────
Error in `resp$status_code`: $ operator is invalid for atomic vectors
Backtrace:
▆
1. └─CDCPLACES:::test_check_api("https://data.cdc.gov/resource/swc5-untb.json") at test-get_places.R:8:3
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64