* using log directory ‘/data/blackswan/ripley/R/packages/tests-devel/choroplethr.Rcheck’ * using R Under development (unstable) (2026-05-19 r90065) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3) GNU Fortran (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3) * running under: Fedora Linux 40 (Workstation Edition) * using session charset: UTF-8 * current time: 2026-05-19 15:21:29 UTC * checking for file ‘choroplethr/DESCRIPTION’ ... OK * this is package ‘choroplethr’ version ‘5.0.1’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘choroplethr’ can be installed ... [16s/17s] OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [18s/19s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [12s/12s] OK * checking examples with --run-donttest ... [17s/17s] ERROR Running examples in ‘choroplethr-Ex.R’ failed The error most likely occurred in: > ### Name: county_choropleth_acs > ### Title: Create a US County choropleth from ACS data > ### Aliases: county_choropleth_acs > > ### ** Examples > > ## No test: > # Median household income, zooming in on all counties in New York, New > # Jersey and Connecticut > county_choropleth_acs(variable = "B19013_001", num_colors=1, endyear = 2011, + state_zoom=c("new york", "new jersey", "connecticut")) Error in `get_census_api_key()`: ! A Census API key is required for tidycensus requests. ℹ Get a Census API key at http://api.census.gov/data/key_signup.html, then pass it to a tidycensus function with the `key` argument or store it for future sessions with `census_api_key("YOUR KEY", install = TRUE)`. Backtrace: ▆ 1. └─choroplethr::county_choropleth_acs(...) 2. └─choroplethr::get_acs_data(...) 3. ├─base::as.data.frame(...) 4. └─tidycensus::load_variables(...) 5. └─tidycensus (local) get_dataset(dataset, year, key = key) 6. └─tidycensus:::get_census_api_key(key) 7. └─rlang::abort(...) Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ OK * checking PDF version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * checking for new files in some other directories ... NOTE Found the following files/directories: ‘~/.cache/tidycensus’ * DONE Status: 1 ERROR, 1 NOTE See ‘/data/blackswan/ripley/R/packages/tests-devel/choroplethr.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 2:33.02, 130.04 + 16.67