Package check result: ERROR Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Mohamed A. Yusuf ’ New submission Package was archived on CRAN CRAN repository db overrides: X-CRAN-Comment: Archived on 2025-07-11 as issues were not corrected in time. Check: tests, Result: ERROR Running ‘testthat.R’ [2s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(AgePopDenom) > > test_check("AgePopDenom") [ FAIL 1 | WARN 0 | SKIP 1 | PASS 14 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-AgePopDenom.R:198:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-AgePopDenom.R:65:5'): process_dhs_data correctly processes DHS survey data ── Error in `loadNamespace(x)`: there is no package called 'haven' Backtrace: ▆ 1. ├─base::saveRDS(...) at test-AgePopDenom.R:114:5 2. ├─AgePopDenom (local) create_fake_dhs_data(country) 3. └─base::loadNamespace(x) at test-AgePopDenom.R:65:5 4. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 5. └─base (local) withOneRestart(expr, restarts[[1L]]) 6. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 0 | SKIP 1 | PASS 14 ] Error: Test failures Execution halted