* using log directory 'd:/Rcompile/CRANpkg/local/4.3/tinytiger.Rcheck' * using R version 4.3.3 (2024-02-29 ucrt) * using platform: x86_64-w64-mingw32 (64-bit) * R was compiled by gcc.exe (GCC) 12.3.0 GNU Fortran (GCC) 12.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'tinytiger/DESCRIPTION' ... OK * this is package 'tinytiger' version '0.0.9' * 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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'tinytiger' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' 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 R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [0s] OK * checking startup messages can be suppressed ... [0s] OK * checking use of S3 registration ... 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 ... [5s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... 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 ... [0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [3s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [19s] ERROR Running 'testthat.R' [19s] Running the tests in 'tests/testthat.R' failed. Complete output: > # 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(tinytiger) > > test_check("tinytiger") Downloading congressional districts for Congress "118". Downloading voting districts for decade 2020. [ FAIL 33 | WARN 0 | SKIP 5 | PASS 5 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-address_ranges.R:2:3', 'test-download.R:2:3', 'test-primary_roads.R:2:3', 'test-primary_secondary_roads.R:2:3', 'test-states.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ai_an_nh_areas.R:2:3'): tt_ai_an_nh_areas works ──────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_ai_an_nh_areas()) at test-ai_an_nh_areas.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-anrc.R:2:3'): tt_anrc works ──────────────────────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_anrc()) at test-anrc.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-area_landmarks.R:2:3'): tt_area_landmarks. works ─────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_area_landmarks("DE")) at test-area_landmarks.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-area_water.R:2:3'): tt_area_water works ──────────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_area_water("DE")) at test-area_water.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-block_groups.R:2:3'): tt_block_groups works ──────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_block_groups(state = "DE", county = "001")) at test-block_groups.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-cbsa.R:2:3'): tt_cbsa works ──────────────────────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_cbsa()) at test-cbsa.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-coastline.R:2:3'): tt_coastline works ────────────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_coastline()) at test-coastline.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-congressional_districts.R:2:3'): tt_congressional_districts works ── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_congressional_districts()) at test-congressional_districts.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-consolidated_cities.R:2:3'): tt_consolidated_cities works ────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_consolidated_cities("CT")) at test-consolidated_cities.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-counties.R:2:3'): tt_counties works ──────────────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_counties(state = "DE")) at test-counties.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-county_subdivisions.R:2:3'): tt_county_subdivisions works ────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_county_subdivisions("DE")) at test-county_subdivisions.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-csa.R:2:3'): tt_csa works ────────────────────────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_csa()) at test-csa.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-elementary_school_districts.R:2:3'): tt_elementary_school_districts works ── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_elementary_school_districts("AZ")) at test-elementary_school_districts.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-estates.R:2:3'): tt_estates works ────────────────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_estates()) at test-estates.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-linear_water.R:2:3'): tt_linear_water works ──────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_linear_water("DE")) at test-linear_water.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-metropolitan_divisions.R:2:3'): tt_metropolitan_divisions works ── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_metropolitan_divisions()) at test-metropolitan_divisions.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-new_england_city_divisions.R:2:3'): tt_new_england_city_divisions works ── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_new_england_city_divisions()) at test-new_england_city_divisions.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-new_england_combined_areas.R:2:3'): tt_new_england_combined_areas works ── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_new_england_combined_areas()) at test-new_england_combined_areas.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-places.R:2:3'): tt_places works ──────────────────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_places("DE")) at test-places.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-point_landmarks.R:2:3'): tt_point_landmarks works ────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_point_landmarks("DE")) at test-point_landmarks.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-polygon_edges.R:2:3'): tt_polygon_edges works ────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_polygon_edges("DE", county = "001")) at test-polygon_edges.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-polygon_faces.R:2:3'): tt_polygon_faces works ────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_polygon_faces("DE", county = "001")) at test-polygon_faces.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-puma.R:2:3'): tt_puma works ──────────────────────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_puma("DE")) at test-puma.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-rails.R:2:3'): tt_rails works ────────────────────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_rails()) at test-rails.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-roads.R:2:3'): tt_roads works ────────────────────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_roads(state = "DE", county = "001")) at test-roads.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-state_leg_upper.R:2:3'): tt_state_leg_upper works ────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_state_leg_lower("DE")) at test-state_leg_upper.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-subbarrio.R:2:3'): tt_subbarrio works ────────────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_subbarrios()) at test-subbarrio.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-tract.R:2:3'): tt_tract works ────────────────────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_tracts(state = "DE", county = "001")) at test-tract.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-tribal_block_groups.R:2:3'): tt_tribal_block_groups works ────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_tribal_block_groups()) at test-tribal_block_groups.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-tribal_tracts.R:2:3'): tt_tribal_tracts works ────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_tribal_tracts()) at test-tribal_tracts.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-uac.R:2:3'): tt_uac works ────────────────────────────────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_uac()) at test-uac.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-unified_school_districts.R:2:3'): tt_unified_school_districts works ── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_unified_school_districts("DE")) at test-unified_school_districts.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ── Error ('test-voting_districts.R:2:3'): tt_voting_districts works ──────────── Error in `value[[3L]](cond)`: HTTP response code said error [www2.census.gov]: The requested URL returned error: 403 Backtrace: ▆ 1. └─tinytiger:::maybe_304(tt_voting_districts("DE", county = "001")) at test-voting_districts.R:2:3 2. └─base::tryCatch(...) at D:\RCompile\CRANpkg\local\4.3\tinytiger.Rcheck\tests\testthat\setup.R:5:3 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) [ FAIL 33 | WARN 0 | SKIP 5 | PASS 5 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in 'inst/doc' ... OK * checking re-building of vignette outputs ... [3s] OK * checking PDF version of manual ... [19s] OK * checking HTML version of manual ... [7s] OK * DONE Status: 1 ERROR