R Under development (unstable) (2025-10-19 r88945 ucrt) -- "Unsuffered Consequences" 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. > # 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(openesm) Welcome to openesm! Find documentation and usage examples at https://openesmdata.org Get started: * list_datasets() to browse available datasets * get_dataset('dataset_id') to download a specific dataset * ?get_dataset or visit the website for detailed guides Attaching package: 'openesm' The following object is masked from 'package:utils': cite > > test_check("openesm") [ FAIL 0 | WARN 0 | SKIP 5 | PASS 57 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-get_dataset.R:4:3', 'test-get_dataset.R:35:3', 'test-get_dataset.R:55:3', 'test-get_dataset.R:72:3', 'test-list_datasets.R:4:3' [ FAIL 0 | WARN 0 | SKIP 5 | PASS 57 ] > > proc.time() user system elapsed 2.90 0.48 7.50