R version 4.6.0 alpha (2026-04-01 r89771 ucrt) 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. > # testthat setup for educabR > > library(testthat) > library(educabR) educabR: Download and Process Brazilian Education Data from INEP Use set_cache_dir() to configure a persistent cache directory. > > test_check("educabR") i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i downloading CAPES "programas" 2023... i reading CAPES data... i reading file with encoding: "UTF-8" v loaded 1 rows and 4 columns i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i downloading "5 MB" from INEP... v downloaded 0 MB v downloaded 0 MB v downloaded 0 MB i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading CPC data... v loaded 1 rows and 5 columns i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" ! failed to get IDEB 2021: simulated read error i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" v using cached file i reading ENEM data... i reading file with encoding: "UTF-8" v loaded 1 rows and 9 columns i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading ENEM data... i reading file with encoding: "UTF-8" v loaded 1 rows and 9 columns i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" i reading file with encoding: "UTF-8" v cache directory created: 'D:\temp\2026_04_03_00_35_16_1963\RtmpYrJbPZ\file11fc419644b73\educabr_test_cache' v cache directory created: 'D:\temp\2026_04_03_00_35_16_1963\RtmpYrJbPZ\file11fc45f0c49c9\normalized_test' v cache directory created: 'D:\temp\2026_04_03_00_35_16_1963\RtmpYrJbPZ\file11fc47f3a5d2\invisible_test' v cache directory created: 'D:\temp\2026_04_03_00_35_16_1963\RtmpYrJbPZ\file11fc43e184bc6\opt_test' i to make this setting persistent, add to your .Rprofile: options(educabR.cache_dir = "{path}") v cache cleared v cleared cache for "enem" i cache is already empty i no cache found for "nonexistent_dataset" i cache is already empty [ FAIL 0 | WARN 0 | SKIP 3 | PASS 1132 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-coverage-gaps.R:947:3', 'test-get-pipelines-excel.R:826:3', 'test-get-pipelines-excel.R:852:3' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 1132 ] > > proc.time() user system elapsed 15.93 2.95 18.12