R version 4.4.0 beta (2024-04-12 r86412 ucrt) -- "Puppy Cup" 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) > library(eia) EIA_KEY not found. See `vignette("api", "eia")` for key storage options. > > test_check("eia") [ FAIL 0 | WARN 0 | SKIP 9 | PASS 24 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • API key not available. (9): 'test-data.R:5:3', 'test-data.R:60:3', 'test-data.R:86:3', 'test-data.R:175:3', 'test-data.R:223:3', 'test-dirs.R:5:3', 'test-facets.R:4:3', 'test-key.R:4:3', 'test-metadata.R:5:3' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 24 ] > > proc.time() user system elapsed 1.59 0.34 1.92