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") -- Processing DHS data and joining with shapefile ------------------------------ i Processing country: KE v Processed country: KE (1 of 2) i Processing country: TZ v Processed country: TZ (2 of 2) [ 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:125:3'): process_dhs_data correctly processes DHS survey data ── Error in `loadNamespace(x)`: there is no package called 'countrycode' Backtrace: ▆ 1. ├─AgePopDenom::process_dhs_data(...) at test-AgePopDenom.R:125:3 2. │ ├─dplyr::select(...) 3. │ ├─dplyr::left_join(...) 4. │ ├─dplyr:::left_join.data.frame(...) 5. │ │ └─dplyr::auto_copy(x, y, copy = copy) 6. │ │ ├─dplyr::same_src(x, y) 7. │ │ └─dplyr:::same_src.data.frame(x, y) 8. │ │ └─base::is.data.frame(y) 9. │ └─dplyr::select(...) 10. └─base::loadNamespace(x) 11. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 12. └─base (local) withOneRestart(expr, restarts[[1L]]) 13. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 0 | SKIP 1 | PASS 14 ] Error: Test failures Execution halted