R Under development (unstable) (2025-11-26 r89066 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. > # 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(predictsr) > > test_check("predictsr") Starting 2 test processes. > test-column-descriptions.R: ERROR [2025-11-27 11:26:01] Download unsuccessful: check your connection and try again > test-load-predicts.R: INFO [2025-11-27 11:26:01] Pulling in extracts for 2016 > test-load-predicts.R: INFO [2025-11-27 11:26:01] Pulling in extracts for 2022 > test-load-predicts.R: INFO [2025-11-27 11:26:01] No existing valid cache at D:\temp\2025_11_27_11_25_17_25652\RtmpKsXwIc/predicts_2016_2022.rds; will download > test-load-predicts.R: INFO [2025-11-27 11:26:01] Downloading fresh PREDICTS data (extract=2016,2022) > test-load-predicts.R: INFO [2025-11-27 11:26:01] Wrote data file 'predicts_2016_2022.rds' and aux metadata 'predicts_2016_2022.rds.aux.json' > test-predicts.R: ERROR [2025-11-27 11:26:01] Download unsuccessful: check your connection and try again > test-site-level.R: ERROR [2025-11-27 11:26:01] Download unsuccessful: check your connection and try again > test-utils.R: ERROR [2025-11-27 11:26:01] Download request failed: returning empty list > test-utils.R: ERROR [2025-11-27 11:26:01] Status request failed: returning empty list > test-utils.R: ERROR [2025-11-27 11:26:01] Download unsuccessful: check your connection and try again [ FAIL 0 | WARN 0 | SKIP 8 | PASS 30 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-column-descriptions.R:2:3', 'test-load-predicts.R:34:3', 'test-load-predicts.R:60:3', 'test-load-predicts.R:83:3', 'test-predicts.R:2:3', 'test-predicts.R:14:3', 'test-predicts.R:25:3', 'test-site-level.R:2:3' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 30 ] > > proc.time() user system elapsed 0.92 0.17 1.82