Last updated on 2025-04-06 16:53:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 12.38 | 127.27 | 139.65 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 8.10 | 73.68 | 81.78 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 194.27 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 257.37 | OK | |||
r-devel-macos-arm64 | 0.1.4 | 139.00 | ERROR | |||
r-devel-macos-x86_64 | 0.1.4 | 273.00 | OK | |||
r-devel-windows-x86_64 | 0.1.4 | 10.00 | 161.00 | 171.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.4 | 11.75 | 109.80 | 121.55 | ERROR | |
r-release-linux-x86_64 | 0.1.4 | 10.60 | 96.20 | 106.80 | ERROR | |
r-release-macos-arm64 | 0.1.4 | 138.00 | OK | |||
r-release-macos-x86_64 | 0.1.4 | 270.00 | OK | |||
r-release-windows-x86_64 | 0.1.4 | 11.00 | 308.00 | 319.00 | OK |
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘RcensusPkg-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot_us_data
> ### Title: plot_us_data
> ### Aliases: plot_us_data
>
> ### ** Examples
>
> library(sf)
Linking to GEOS 3.13.1, GDAL 3.10.2, PROJ 9.6.0; sf_use_s2() is TRUE
> library(grid)
> library(ggplot2)
> library(ggplotify)
> library(data.table)
> library(gtable)
> library(httr)
> library(withr)
> library(RplotterPkg)
Attaching package: ‘RplotterPkg’
The following object is masked from ‘package:ggplot2’:
midwest
The following object is masked from ‘package:datasets’:
sleep
>
> # Plot just the states without joining data (the default case)
> # Define a temporary output folder for the downloaded shapefiles
> output_dir <- withr::local_tempdir()
> if(!dir.exists(output_dir)){
+ dir.create(output_dir)
+ }
> us_without_data_plot <- RcensusPkg::plot_us_data(
+ title = "A Default Mapping of US States",
+ output_dir = output_dir,
+ delete_files = FALSE
+ )
Error in .send_tiger_url(a_url = a_url, output_dir = output_dir, delete_files = delete_files, :
Forbidden (HTTP 403). Failed to Request called from tiger_states_sf.
Calls: <Anonymous> ... <Anonymous> -> <Anonymous> -> .send_tiger_url -> <Anonymous>
Execution halted
Ran 1/1 deferred expressions
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/26s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(RcensusPkg)
>
> test_check("RcensusPkg")
[ FAIL 13 | WARN 0 | SKIP 17 | PASS 139 ]
══ Skipped tests (17) ══════════════════════════════════════════════════════════
• 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 (6): '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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-remove_area_water.R:12:3'): remove_area_water() ────────────────
Error: object 'without_water_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-remove_area_water.R:12:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_block_groups_sf.R:13:3'): tiger_block_groups_sf() ────────
<http_403/http_400/http_error/error/condition>
Error in `.send_tiger_url(a_url = a_url, output_dir = output_dir, delete_files = delete_files,
set_crs = set_crs, transform_crs = transform_crs, sf_info = sf_info,
do_progress = do_progress, caller = "tiger_block_groups_sf")`: Forbidden (HTTP 403). Failed to Request called from tiger_block_groups_sf.
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_block_groups_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_cbsa_sf.R:12:3'): tiger_cbsa_sf() ────────────────────────
Error: object 'cbsa_tx_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_cbsa_sf.R:12:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_counties_sf.R:13:3'): tiger_counties_sf() Ohio ───────────
Error: object 'ohio_counties_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_counties_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_county_subsection_sf.R:13:3'): tiger_county_subsection_sf() ──
Error: object 'hc_ctysub_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_county_subsection_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_landmarks_sf.R:13:3'): tiger_landmarks_sf() ──────────────
Error: object 'kentucky_landmarks_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_landmarks_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_places_sf.R:13:3'): tiger_places_sf() ────────────────────
Error: object 'kentucky_places_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_places_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_roads_sf.R:13:3'): tiger_roads_sf() ──────────────────────
Error: object 'ohio_roads_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_roads_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_states_sf.R:13:3'): tiger_states_sf() ────────────────────
Error: object 'florida_general_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_states_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_tracts_sf.R:13:3'): tiger_tracts_sf() ────────────────────
<http_403/http_400/http_error/error/condition>
Error in `.send_tiger_url(a_url = a_url, output_dir = output_dir, delete_files = delete_files,
set_crs = set_crs, transform_crs = transform_crs, sf_info = sf_info,
do_progress = do_progress, caller = "tiger_tracts_sf")`: Forbidden (HTTP 403). Failed to Request called from tiger_tracts_sf.
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_tracts_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_urban_area_sf.R:12:3'): tiger_urban_area_sf() ────────────
Error: object 'us_urban_areas_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_urban_area_sf.R:12:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_water_sf.R:13:3'): tiger_water_sf() area ─────────────────
Error: object 'geauga_area_water_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_water_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_zctas_sf.R:12:3'): tiger_zctas_sf() ──────────────────────
Error: object 'mun_zcta_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_zctas_sf.R:12:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 13 | WARN 0 | SKIP 17 | PASS 139 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘RcensusPkg-Ex.R’ failed
The error most likely occurred in:
> ### Name: plot_us_data
> ### Title: plot_us_data
> ### Aliases: plot_us_data
>
> ### ** Examples
>
> library(sf)
Linking to GEOS 3.12.2, GDAL 3.5.3, PROJ 9.3.1; sf_use_s2() is TRUE
> library(grid)
> library(ggplot2)
> library(ggplotify)
> library(data.table)
> library(gtable)
> library(httr)
> library(withr)
> library(RplotterPkg)
Attaching package: ‘RplotterPkg’
The following object is masked from ‘package:ggplot2’:
midwest
The following object is masked from ‘package:datasets’:
sleep
>
> # Plot just the states without joining data (the default case)
> # Define a temporary output folder for the downloaded shapefiles
> output_dir <- withr::local_tempdir()
> if(!dir.exists(output_dir)){
+ dir.create(output_dir)
+ }
> us_without_data_plot <- RcensusPkg::plot_us_data(
+ title = "A Default Mapping of US States",
+ output_dir = output_dir,
+ delete_files = FALSE
+ )
Error in .send_tiger_url(a_url = a_url, output_dir = output_dir, delete_files = delete_files, :
Forbidden (HTTP 403). Failed to Request called from tiger_states_sf.
Calls: <Anonymous> ... <Anonymous> -> <Anonymous> -> .send_tiger_url -> <Anonymous>
Execution halted
Ran 1/1 deferred expressions
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [32s/100s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(RcensusPkg)
>
> test_check("RcensusPkg")
[ FAIL 13 | WARN 0 | SKIP 17 | PASS 139 ]
══ Skipped tests (17) ══════════════════════════════════════════════════════════
• 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 (6): '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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-remove_area_water.R:12:3'): remove_area_water() ────────────────
Error: object 'without_water_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-remove_area_water.R:12:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_block_groups_sf.R:13:3'): tiger_block_groups_sf() ────────
<http_403/http_400/http_error/error/condition>
Error in `.send_tiger_url(a_url = a_url, output_dir = output_dir, delete_files = delete_files,
set_crs = set_crs, transform_crs = transform_crs, sf_info = sf_info,
do_progress = do_progress, caller = "tiger_block_groups_sf")`: Forbidden (HTTP 403). Failed to Request called from tiger_block_groups_sf.
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_block_groups_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_cbsa_sf.R:12:3'): tiger_cbsa_sf() ────────────────────────
Error: object 'cbsa_tx_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_cbsa_sf.R:12:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_counties_sf.R:13:3'): tiger_counties_sf() Ohio ───────────
Error: object 'ohio_counties_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_counties_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_county_subsection_sf.R:13:3'): tiger_county_subsection_sf() ──
Error: object 'hc_ctysub_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_county_subsection_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_landmarks_sf.R:13:3'): tiger_landmarks_sf() ──────────────
Error: object 'kentucky_landmarks_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_landmarks_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_places_sf.R:13:3'): tiger_places_sf() ────────────────────
Error: object 'kentucky_places_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_places_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_roads_sf.R:13:3'): tiger_roads_sf() ──────────────────────
Error: object 'ohio_roads_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_roads_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_states_sf.R:13:3'): tiger_states_sf() ────────────────────
Error: object 'florida_general_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_states_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_tracts_sf.R:13:3'): tiger_tracts_sf() ────────────────────
<http_403/http_400/http_error/error/condition>
Error in `.send_tiger_url(a_url = a_url, output_dir = output_dir, delete_files = delete_files,
set_crs = set_crs, transform_crs = transform_crs, sf_info = sf_info,
do_progress = do_progress, caller = "tiger_tracts_sf")`: Forbidden (HTTP 403). Failed to Request called from tiger_tracts_sf.
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_tracts_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_urban_area_sf.R:12:3'): tiger_urban_area_sf() ────────────
Error: object 'us_urban_areas_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_urban_area_sf.R:12:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_water_sf.R:13:3'): tiger_water_sf() area ─────────────────
Error: object 'geauga_area_water_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_water_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_zctas_sf.R:12:3'): tiger_zctas_sf() ──────────────────────
Error: object 'mun_zcta_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_zctas_sf.R:12:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 13 | WARN 0 | SKIP 17 | PASS 139 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [22s/57s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(RcensusPkg)
>
> test_check("RcensusPkg")
[ FAIL 1 | WARN 0 | SKIP 29 | PASS 139 ]
══ Skipped tests (29) ══════════════════════════════════════════════════════════
• 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 (18): '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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-tiger_zctas_sf.R:12:3'): tiger_zctas_sf() ──────────────────────
Error: object 'mun_zcta_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_zctas_sf.R:12:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 1 | WARN 0 | SKIP 29 | PASS 139 ]
Error: Test failures
Execution halted
Flavor: r-devel-macos-arm64
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in 'RcensusPkg-Ex.R' failed
The error most likely occurred in:
> ### Name: plot_us_data
> ### Title: plot_us_data
> ### Aliases: plot_us_data
>
> ### ** Examples
>
> library(sf)
Linking to GEOS 3.13.1, GDAL 3.10.2, PROJ 9.5.1; sf_use_s2() is TRUE
> library(grid)
> library(ggplot2)
> library(ggplotify)
> library(data.table)
> library(gtable)
> library(httr)
> library(withr)
> library(RplotterPkg)
Attaching package: 'RplotterPkg'
The following object is masked from 'package:ggplot2':
midwest
The following object is masked from 'package:datasets':
sleep
>
> # Plot just the states without joining data (the default case)
> # Define a temporary output folder for the downloaded shapefiles
> output_dir <- withr::local_tempdir()
> if(!dir.exists(output_dir)){
+ dir.create(output_dir)
+ }
> us_without_data_plot <- RcensusPkg::plot_us_data(
+ title = "A Default Mapping of US States",
+ output_dir = output_dir,
+ delete_files = FALSE
+ )
Error in .send_tiger_url(a_url = a_url, output_dir = output_dir, delete_files = delete_files, :
Forbidden (HTTP 403). Failed to Request called from tiger_states_sf.
Calls: <Anonymous> ... <Anonymous> -> <Anonymous> -> .send_tiger_url -> <Anonymous>
Execution halted
Ran 1/1 deferred expressions
Flavor: r-devel-windows-x86_64
Version: 0.1.4
Check: tests
Result: ERROR
Running 'testthat.R' [33s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(RcensusPkg)
>
> test_check("RcensusPkg")
[ FAIL 13 | WARN 0 | SKIP 17 | PASS 139 ]
══ Skipped tests (17) ══════════════════════════════════════════════════════════
• 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 (6): '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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-remove_area_water.R:12:3'): remove_area_water() ────────────────
Error: object 'without_water_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-remove_area_water.R:12:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_block_groups_sf.R:13:3'): tiger_block_groups_sf() ────────
<http_403/http_400/http_error/error/condition>
Error in `.send_tiger_url(a_url = a_url, output_dir = output_dir, delete_files = delete_files,
set_crs = set_crs, transform_crs = transform_crs, sf_info = sf_info,
do_progress = do_progress, caller = "tiger_block_groups_sf")`: Forbidden (HTTP 403). Failed to Request called from tiger_block_groups_sf.
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_block_groups_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_cbsa_sf.R:12:3'): tiger_cbsa_sf() ────────────────────────
Error: object 'cbsa_tx_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_cbsa_sf.R:12:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_counties_sf.R:13:3'): tiger_counties_sf() Ohio ───────────
Error: object 'ohio_counties_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_counties_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_county_subsection_sf.R:13:3'): tiger_county_subsection_sf() ──
Error: object 'hc_ctysub_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_county_subsection_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_landmarks_sf.R:13:3'): tiger_landmarks_sf() ──────────────
Error: object 'kentucky_landmarks_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_landmarks_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_places_sf.R:13:3'): tiger_places_sf() ────────────────────
Error: object 'kentucky_places_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_places_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_roads_sf.R:13:3'): tiger_roads_sf() ──────────────────────
Error: object 'ohio_roads_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_roads_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_states_sf.R:13:3'): tiger_states_sf() ────────────────────
Error: object 'florida_general_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_states_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_tracts_sf.R:13:3'): tiger_tracts_sf() ────────────────────
<http_403/http_400/http_error/error/condition>
Error in `.send_tiger_url(a_url = a_url, output_dir = output_dir, delete_files = delete_files,
set_crs = set_crs, transform_crs = transform_crs, sf_info = sf_info,
do_progress = do_progress, caller = "tiger_tracts_sf")`: Forbidden (HTTP 403). Failed to Request called from tiger_tracts_sf.
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_tracts_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_urban_area_sf.R:12:3'): tiger_urban_area_sf() ────────────
Error: object 'us_urban_areas_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_urban_area_sf.R:12:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_water_sf.R:13:3'): tiger_water_sf() area ─────────────────
Error: object 'geauga_area_water_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_water_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_zctas_sf.R:12:3'): tiger_zctas_sf() ──────────────────────
Error: object 'mun_zcta_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_zctas_sf.R:12:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 13 | WARN 0 | SKIP 17 | PASS 139 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘RcensusPkg-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot_us_data
> ### Title: plot_us_data
> ### Aliases: plot_us_data
>
> ### ** Examples
>
> library(sf)
Linking to GEOS 3.13.1, GDAL 3.10.2, PROJ 9.6.0; sf_use_s2() is TRUE
> library(grid)
> library(ggplot2)
> library(ggplotify)
> library(data.table)
> library(gtable)
> library(httr)
> library(withr)
> library(RplotterPkg)
Attaching package: ‘RplotterPkg’
The following object is masked from ‘package:ggplot2’:
midwest
The following object is masked from ‘package:datasets’:
sleep
>
> # Plot just the states without joining data (the default case)
> # Define a temporary output folder for the downloaded shapefiles
> output_dir <- withr::local_tempdir()
> if(!dir.exists(output_dir)){
+ dir.create(output_dir)
+ }
> us_without_data_plot <- RcensusPkg::plot_us_data(
+ title = "A Default Mapping of US States",
+ output_dir = output_dir,
+ delete_files = FALSE
+ )
Error: Unknown http status code: 524
Execution halted
Ran 1/1 deferred expressions
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
get_variable_names 0.239 0.011 28.814
Flavor: r-patched-linux-x86_64
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [1m/26m]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(RcensusPkg)
>
> test_check("RcensusPkg")
[ FAIL 8 | WARN 0 | SKIP 22 | PASS 139 ]
══ Skipped tests (22) ══════════════════════════════════════════════════════════
• 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 (11): '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-tiger_cbsa_sf.R:12:3',
'test-tiger_counties_sf.R:13:3', 'test-tiger_roads_sf.R:13:3',
'test-tiger_water_sf.R:13:3', 'test-tiger_zctas_sf.R:12:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-remove_area_water.R:12:3'): remove_area_water() ────────────────
Error: object 'without_water_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-remove_area_water.R:12:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_block_groups_sf.R:13:3'): tiger_block_groups_sf() ────────
Error: Unknown http status code: 524
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_block_groups_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_county_subsection_sf.R:13:3'): tiger_county_subsection_sf() ──
Error: object 'hc_ctysub_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_county_subsection_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_landmarks_sf.R:13:3'): tiger_landmarks_sf() ──────────────
Error: object 'kentucky_landmarks_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_landmarks_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_places_sf.R:13:3'): tiger_places_sf() ────────────────────
Error: object 'kentucky_places_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_places_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_states_sf.R:13:3'): tiger_states_sf() ────────────────────
Error: object 'florida_general_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_states_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_tracts_sf.R:13:3'): tiger_tracts_sf() ────────────────────
Error: Unknown http status code: 524
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_tracts_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_urban_area_sf.R:12:3'): tiger_urban_area_sf() ────────────
Error: object 'us_urban_areas_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_urban_area_sf.R:12:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 8 | WARN 0 | SKIP 22 | PASS 139 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [18s/45s]
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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(RcensusPkg)
>
> test_check("RcensusPkg")
[ FAIL 13 | WARN 0 | SKIP 17 | PASS 139 ]
══ Skipped tests (17) ══════════════════════════════════════════════════════════
• 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 (6): '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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-remove_area_water.R:12:3'): remove_area_water() ────────────────
Error: object 'without_water_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-remove_area_water.R:12:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_block_groups_sf.R:13:3'): tiger_block_groups_sf() ────────
<http_403/http_400/http_error/error/condition>
Error in `.send_tiger_url(a_url = a_url, output_dir = output_dir, delete_files = delete_files,
set_crs = set_crs, transform_crs = transform_crs, sf_info = sf_info,
do_progress = do_progress, caller = "tiger_block_groups_sf")`: Forbidden (HTTP 403). Failed to Request called from tiger_block_groups_sf.
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_block_groups_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_cbsa_sf.R:12:3'): tiger_cbsa_sf() ────────────────────────
Error: object 'cbsa_tx_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_cbsa_sf.R:12:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_counties_sf.R:13:3'): tiger_counties_sf() Ohio ───────────
Error: object 'ohio_counties_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_counties_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_county_subsection_sf.R:13:3'): tiger_county_subsection_sf() ──
Error: object 'hc_ctysub_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_county_subsection_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_landmarks_sf.R:13:3'): tiger_landmarks_sf() ──────────────
Error: object 'kentucky_landmarks_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_landmarks_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_places_sf.R:13:3'): tiger_places_sf() ────────────────────
Error: object 'kentucky_places_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_places_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_roads_sf.R:13:3'): tiger_roads_sf() ──────────────────────
Error: object 'ohio_roads_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_roads_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_states_sf.R:13:3'): tiger_states_sf() ────────────────────
Error: object 'florida_general_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_states_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_tracts_sf.R:13:3'): tiger_tracts_sf() ────────────────────
<http_403/http_400/http_error/error/condition>
Error in `.send_tiger_url(a_url = a_url, output_dir = output_dir, delete_files = delete_files,
set_crs = set_crs, transform_crs = transform_crs, sf_info = sf_info,
do_progress = do_progress, caller = "tiger_tracts_sf")`: Forbidden (HTTP 403). Failed to Request called from tiger_tracts_sf.
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_tracts_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_urban_area_sf.R:12:3'): tiger_urban_area_sf() ────────────
Error: object 'us_urban_areas_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_urban_area_sf.R:12:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_water_sf.R:13:3'): tiger_water_sf() area ─────────────────
Error: object 'geauga_area_water_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_water_sf.R:13:3
2. └─rlang::cnd_signal(state$error)
── Error ('test-tiger_zctas_sf.R:12:3'): tiger_zctas_sf() ──────────────────────
Error: object 'mun_zcta_sf' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-tiger_zctas_sf.R:12:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 13 | WARN 0 | SKIP 17 | PASS 139 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64