R Under development (unstable) (2025-09-04 r88794 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(ndi) Welcome to {ndi} version 0.2.1 > help('ndi') # for documentation > citation('ndi') # for how to cite > > test_check('ndi') [ FAIL 0 | WARN 0 | SKIP 50 | PASS 105 ] ══ Skipped tests (50) ══════════════════════════════════════════════════════════ • Sys.getenv("CENSUS_API_KEY") == "" is TRUE (50): 'test-anthopolos.R:39:3', 'test-anthopolos.R:54:3', 'test-atkinson.R:59:3', 'test-atkinson.R:74:3', 'test-bell.R:61:3', 'test-bell.R:77:3', 'test-bemanian_beyer.R:61:3', 'test-bemanian_beyer.R:77:3', 'test-bravo.R:39:3', 'test-bravo.R:54:3', 'test-denton.R:61:3', 'test-denton.R:77:3', 'test-denton_cuzzort.R:61:3', 'test-denton_cuzzort.R:77:3', 'test-duncan.R:61:3', 'test-duncan.R:77:3', 'test-duncan_cuzzort.R:48:3', 'test-duncan_cuzzort.R:63:3', 'test-duncan_duncan.R:61:3', 'test-duncan_duncan.R:77:3', 'test-gini.R:48:3', 'test-gini.R:61:3', 'test-hoover.R:48:3', 'test-hoover.R:63:3', 'test-james_taeuber.R:48:3', 'test-james_taeuber.R:63:3', 'test-krieger.R:27:3', 'test-krieger.R:41:3', 'test-lieberson.R:48:3', 'test-lieberson.R:63:3', 'test-massey.R:48:3', 'test-massey.R:63:3', 'test-massey_duncan.R:48:3', 'test-massey_duncan.R:63:3', 'test-messer.R:30:3', 'test-messer.R:56:3', 'test-morgan_denton.R:61:3', 'test-morgan_denton.R:77:3', 'test-powell_wiley.R:30:3', 'test-powell_wiley.R:56:3', 'test-sudano.R:46:3', 'test-sudano.R:61:3', 'test-theil.R:48:3', 'test-theil.R:63:3', 'test-white.R:48:3', 'test-white.R:63:3', 'test-white_blau.R:61:3', 'test-white_blau.R:77:3', 'test_morgan_massey.R:48:3', 'test_morgan_massey.R:63:3' [ FAIL 0 | WARN 0 | SKIP 50 | PASS 105 ] > > proc.time() user system elapsed 4.12 0.50 4.64