R version 4.5.0 beta (2025-03-27 r88067 ucrt) -- "How About a Twenty-Six" 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") > test_check("gie") Loading required package: gie [ FAIL 0 | WARN 0 | SKIP 15 | PASS 13 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-datadownloads.R:7:3', 'test-datadownloads.R:27:3', 'test-datadownloads.R:48:3', 'test-datadownloads.R:68:3', 'test-datadownloads.R:90:3', 'test-datadownloads.R:111:3', 'test-datadownloads.R:133:3', 'test-datadownloads.R:157:3', 'test-datadownloads.R:175:3', 'test-datadownloads.R:193:3', 'test-datadownloads.R:214:3', 'test-datadownloads.R:234:3', 'test-datadownloads.R:253:3', 'test-regular-errors.R:28:3', 'test-regular-errors.R:41:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 13 ] > > proc.time() user system elapsed 1.73 0.28 1.95