R Under development (unstable) (2024-02-26 r85990 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") > test_check("gie") Loading required package: gie [ FAIL 0 | WARN 0 | SKIP 14 | PASS 27 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-datadownloads.R:18:3', 'test-datadownloads.R:38:3', 'test-datadownloads.R:57:3', 'test-datadownloads.R:78:3', 'test-datadownloads.R:98:3', 'test-datadownloads.R:119:3', 'test-datadownloads.R:142:3', 'test-datadownloads.R:159:3', 'test-datadownloads.R:176:3', 'test-datadownloads.R:196:3', 'test-datadownloads.R:215:3', 'test-datadownloads.R:233:3', 'test-regular-errors.R:34:3', 'test-regular-errors.R:46:3' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 27 ] > > proc.time() user system elapsed 12.56 0.57 25.21