R Under development (unstable) (2024-06-16 r86763 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(microdatasus) > > test_check("microdatasus") [ FAIL 0 | WARN 0 | SKIP 19 | PASS 10 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • Skipping (19): 'test-fetch_datasus.R:2:3', 'test-fetch_datasus.R:8:3', 'test-fetch_datasus.R:14:3', 'test-fetch_datasus.R:20:3', 'test-fetch_datasus.R:26:3', 'test-fetch_datasus.R:32:3', 'test-fetch_datasus.R:38:3', 'test-fetch_datasus.R:44:3', 'test-fetch_datasus.R:50:3', 'test-fetch_datasus.R:56:3', 'test-fetch_datasus.R:62:3', 'test-fetch_datasus.R:68:3', 'test-fetch_datasus.R:74:3', 'test-fetch_datasus.R:80:3', 'test-fetch_datasus.R:86:3', 'test-fetch_datasus.R:91:3', 'test-fetch_datasus.R:97:3', 'test-fetch_datasus.R:103:3', 'test-fetch_datasus.R:109:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 10 ] > > proc.time() user system elapsed 4.65 0.26 4.90