Package: ebirdst Check: tests New result: ERROR Running ‘testthat.R’ [1s/14s] 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/CRAN_recheck/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