R Under development (unstable) (2024-06-19 r86793 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) > library(r2dii.data) > > test_check("r2dii.data") [ FAIL 0 | WARN 0 | SKIP 10 | PASS 43 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (9): 'test-co2_intensity_scenario_demo.R:3:3', 'test-data_dictionary.R:2:3', 'test-iso_codes.R:2:3', 'test-loanbook_demo.R:2:3', 'test-overwrite_demo.R:2:3', 'test-region_isos.R:2:3', 'test-region_isos_demo.R:2:3', 'test-scenario_demo_2020.R:3:3', 'test-sector_classifications.R:2:3' • on_windows is TRUE (1): 'test-abcd_demo.R:3:3' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 43 ] > > proc.time() user system elapsed 1.42 0.29 1.70