R Under development (unstable) (2024-03-03 r86036 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > 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") [ FAIL 0 | WARN 0 | SKIP 6 | PASS 7 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test_download.R:3:1', 'test_loading.R:3:1', 'test_ranges.R:3:1', 'test_rasters.R:3:1', 'test_trends.R:3:1', 'test_utils.R:3:1' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 7 ] > > proc.time() user system elapsed 0.89 0.28 10.60