R Under development (unstable) (2026-01-27 r89337 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(portalr) > > test_check("portalr") Downloading version `6.48.0` of the data... [ FAIL 0 | WARN 1 | SKIP 44 | PASS 143 ] ══ Skipped tests (44) ══════════════════════════════════════════════════════════ • On CRAN (44): 'test-01-data-retrieval.R:5:5', 'test-01-data-retrieval.R:41:5', 'test-01-data-retrieval.R:48:5', 'test-01-data-retrieval.R:63:5', 'test-01-data-retrieval.R:78:5', 'test-01-data-retrieval.R:92:1', 'test-03-summarize-rodents.R:6:3', 'test-03-summarize-rodents.R:32:3', 'test-03-summarize-rodents.R:38:3', 'test-03-summarize-rodents.R:60:3', 'test-03-summarize-rodents.R:85:3', 'test-03-summarize-rodents.R:110:3', 'test-03-summarize-rodents.R:129:3', 'test-03-summarize-rodents.R:195:3', 'test-99-regression.R:6:3', 'test-99-regression.R:17:3', 'test-99-regression.R:26:3', 'test-99-regression.R:37:3', 'test-99-regression.R:63:3', 'test-99-regression.R:74:3', 'test-99-regression.R:84:3', 'test-99-regression.R:94:3', 'test-99-regression.R:104:3', 'test-99-regression.R:114:3', 'test-99-regression.R:124:3', 'test-99-regression.R:134:3', 'test-99-regression.R:144:3', 'test-99-regression.R:151:3', 'test-99-regression.R:163:3', 'test-99-regression.R:176:3', 'test-99-regression.R:186:3', 'test-99-regression.R:193:3', 'test-99-regression.R:200:3', 'test-99-regression.R:207:3', 'test-99-regression.R:214:3', 'test-99-regression.R:221:3', 'test-99-regression.R:228:3', 'test-99-regression.R:240:3', 'test-99-regression.R:252:3', 'test-99-regression.R:261:3', 'test-99-regression.R:270:5', 'test-99-regression.R:285:3', 'test-99-regression.R:298:3', 'test-99-regression.R:310:3' [ FAIL 0 | WARN 1 | SKIP 44 | PASS 143 ] > > proc.time() user system elapsed 119.92 6.39 190.50