Last updated on 2025-03-13 15:51:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.2022.3 | 4.38 | 65.14 | 69.52 | OK | |
r-devel-linux-x86_64-debian-gcc | 3.2022.3 | 2.82 | 44.82 | 47.64 | OK | |
r-devel-linux-x86_64-fedora-clang | 3.2022.3 | 115.10 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 3.2022.3 | 120.19 | OK | |||
r-devel-macos-arm64 | 3.2022.3 | 63.00 | OK | |||
r-devel-macos-x86_64 | 3.2022.3 | 126.00 | OK | |||
r-devel-windows-x86_64 | 3.2022.3 | 7.00 | 96.00 | 103.00 | OK | |
r-patched-linux-x86_64 | 3.2022.3 | OK | ||||
r-release-linux-x86_64 | 3.2022.3 | 3.65 | 57.30 | 60.95 | ERROR | |
r-release-macos-arm64 | 3.2022.3 | 57.00 | OK | |||
r-release-macos-x86_64 | 3.2022.3 | 99.00 | OK | |||
r-release-windows-x86_64 | 3.2022.3 | 7.00 | 94.00 | 101.00 | OK | |
r-oldrel-macos-arm64 | 3.2022.3 | OK | ||||
r-oldrel-macos-x86_64 | 3.2022.3 | 100.00 | OK | |||
r-oldrel-windows-x86_64 | 3.2022.3 | 8.00 | 109.00 | 117.00 | OK |
Version: 3.2022.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ebirdst)
Please cite the eBird Status and Trends data using:
Fink, D., T. Auer, A. Johnston, M. Strimas-Mackey, S. Ligocki, O. Robinson,
W. Hochachka, L. Jaromczyk, C. Crowley, K. Dunham, A. Stillman, I. Davies,
A. Rodewald, V. Ruiz-Gutierrez, C. Wood. 2023.
eBird Status and Trends, Data Version: 2022; Released: 2023. Cornell Lab of
Ornithology, Ithaca, New York. https://doi.org/10.2173/ebirdst.2022
This version of the package provides access to the 2022 version of the eBird
Status and Trends Data Products. Access to the 2022 data will be provided
until November 2024 when it will be replaced by the 2023 data. At that
point, you will be required to update this R package and transition to using
the new data.
>
> test_check("ebirdst")
Error in `FUN()`:
! In path: "/home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/ebirdst.Rcheck/tests/testthat/setup.R"
Caused by error in `utils::download.file()`:
! cannot open URL 'https://raw.githubusercontent.com/ebird/ebirdst_example-data/main/example-data/2022/yebsap-example/config.json'
Backtrace:
▆
1. ├─testthat::test_check("ebirdst")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_setup(".", env)
7. │ └─testthat::source_dir(path, "^setup.*\\.[rR]$", env = env, wrap = FALSE)
8. │ └─base::lapply(...)
9. │ └─testthat (local) FUN(X[[i]], ...)
10. │ └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─ebirdst::ebirdst_download_status(...) at tests/testthat/setup.R:10:1
15. │ └─ebirdst:::download_files(files, force = force, show_progress = show_progress)
16. │ └─utils::download.file(...)
17. └─base::.handleSimpleError(...)
18. └─testthat (local) h(simpleError(msg, call))
19. └─rlang::abort(...)
Warning message:
In utils::download.file(files$src_path[i], files$dest_path[i], quiet = TRUE, :
cannot open URL 'https://raw.githubusercontent.com/ebird/ebirdst_example-data/main/example-data/2022/yebsap-example/config.json': HTTP status was '503 Service Unavailable'
Execution halted
Flavor: r-release-linux-x86_64