R Under development (unstable) (2026-05-28 r90087 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. > library(testthat) > library(aieconindex) > > test_check("aieconindex") Cache cleared. [ FAIL 0 | WARN 0 | SKIP 15 | PASS 98 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-clusters.R:7:3', 'test-clusters.R:16:3', 'test-compare.R:19:3', 'test-download.R:7:3', 'test-download.R:18:3', 'test-download.R:29:3', 'test-download.R:40:3', 'test-geography.R:16:3', 'test-geography.R:28:3', 'test-index.R:14:3', 'test-index.R:29:3', 'test-releases.R:9:3', 'test-releases.R:18:3', 'test-tasks.R:2:3', 'test-tasks.R:11:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 98 ] > > proc.time() user system elapsed 1.85 0.26 2.10