R Under development (unstable) (2025-03-11 r87944 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(RcensusPkg) > > test_check("RcensusPkg") [ FAIL 0 | WARN 0 | SKIP 30 | PASS 139 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • Census Bureau API key required (10): 'test-get_idb_data.R:11:3', 'test-get_idb_data.R:22:3', 'test-get_multi_vintage_data.R:13:3', 'test-get_vintage_data.R:11:3', 'test-get_vintage_data.R:26:3', 'test-join_it.R:12:3', 'test-long_to_wide.R:9:3', 'test-plot_us_data.R:17:3', 'test-plot_us_data.R:35:3', 'test-wide_to_long.R:9:3' • Census Bureau request takes well over 10 seconds in most cases. (1): 'test-get_dataset_names.R:8:3' • On CRAN (19): 'test-get_category_strings.R:6:3', 'test-get_category_strings.R:10:3', 'test-get_geography.R:8:3', 'test-get_groups.R:8:3', 'test-get_variable_names.R:8:3', 'test-get_variable_names.R:19:3', 'test-remove_area_water.R:12:3', 'test-tiger_block_groups_sf.R:13:3', 'test-tiger_cbsa_sf.R:12:3', 'test-tiger_counties_sf.R:13:3', 'test-tiger_county_subsection_sf.R:13:3', 'test-tiger_landmarks_sf.R:13:3', 'test-tiger_places_sf.R:13:3', 'test-tiger_roads_sf.R:13:3', 'test-tiger_states_sf.R:13:3', 'test-tiger_tracts_sf.R:13:3', 'test-tiger_urban_area_sf.R:12:3', 'test-tiger_water_sf.R:13:3', 'test-tiger_zctas_sf.R:12:3' [ FAIL 0 | WARN 0 | SKIP 30 | PASS 139 ] > > proc.time() user system elapsed 18.57 2.04 31.56