R Under development (unstable) (2026-02-24 r89478 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") Fetching indicator codelist from UNICEF SDMX API... Successfully fetched 780 indicators Saved 780 indicators to D:\temp\2026_02_25_04_20_17_5860\RtmpwnYT1R/unicef_api_cache/metadata/current/unicef_indicators_metadata.yaml [ FAIL 0 | WARN 0 | SKIP 13 | PASS 207 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • Fixture not found: ../fixtures/deterministic/NONEXISTENT_FILE_12345.csv (1): 'test-deterministic.R:140:3' • On CRAN (11): 'test-404-fallback.R:7:3', 'test-404-fallback.R:27:3', 'test-404-fallback.R:49: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 13 | PASS 207 ] > > proc.time() user system elapsed 5.76 1.01 7.40