R Under development (unstable) (2025-11-13 r89017 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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) > suppressPackageStartupMessages(library(prism)) > > test_check("prism") *************************************** make sure you run this 2x or less in any given day!!!! **************************************** [ FAIL 0 | WARN 0 | SKIP 6 | PASS 313 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-files_download.R:21:3', 'test-files_download.R:124:3', 'test-files_download.R:188:3', 'test-files_download.R:262:3', 'test-files_download.R:328:3', 'test-prism_archive_ls.R:5:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 313 ] Warning message: In prism_dl_dir_check_for_v1(path) : The specified PRISM download directory appears to have data from the pre September 2025 API. We recommend either starting a new download directory for the new API and/or deleting and redownloading all data from the new API. > > proc.time() user system elapsed 11.0 1.1 12.0