R Under development (unstable) (2024-01-22 r85820 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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.1.5 > help("ndi") # for documentation > citation("ndi") # for how to cite > > test_check("ndi") [ FAIL 0 | WARN 0 | SKIP 24 | PASS 46 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • Sys.getenv("CENSUS_API_KEY") == "" is TRUE (24): 'test-anthopolos.R:18:3', 'test-anthopolos.R:28:3', 'test-atkinson.R:27:3', 'test-atkinson.R:38:3', 'test-bell.R:25:3', 'test-bell.R:36:3', 'test-bemanian_beyer.R:25:3', 'test-bemanian_beyer.R:36:3', 'test-bravo.R:18:3', 'test-bravo.R:28:3', 'test-duncan.R:25:3', 'test-duncan.R:36:3', 'test-gini.R:15:3', 'test-gini.R:28:3', 'test-krieger.R:15:3', 'test-krieger.R:25:3', 'test-messer.R:18:3', 'test-messer.R:33:3', 'test-powell_wiley.R:18:3', 'test-powell_wiley.R:33:3', 'test-sudano.R:23:3', 'test-sudano.R:34:3', 'test-white.R:23:3', 'test-white.R:34:3' [ FAIL 0 | WARN 0 | SKIP 24 | PASS 46 ] > > proc.time() user system elapsed 2.79 0.37 3.15