R Under development (unstable) (2026-02-08 r89382 ucrt) -- "Unsuffered Consequences" 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. > # This file is part of the standard testthat infrastructure. > # It is executed by R CMD check to run all tests in tests/testthat/ > > library(testthat) > library(unicefData) > > test_check("unicefData") [ FAIL 0 | WARN 0 | SKIP 12 | PASS 6 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-404-fallback.R:6:3', 'test-404-fallback.R:25:3', 'test-404-fallback.R:46:3', 'test-list-dataflows.R:6:3', 'test-list-dataflows.R:33:3', 'test-list-dataflows.R:48:3', 'test-list-dataflows.R:67:3', 'test-list-dataflows.R:85:3', 'test-list-dataflows.R:107:3', 'test-unicefData.R:6:3', 'test-unicefData.R:25:3' • empty test (1): 'test-available_indicators.R:17:1' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 6 ] > > proc.time() user system elapsed 1.81 0.21 2.03