Last updated on 2025-03-23 08:52:42 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 11.06 | 123.96 | 135.02 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 8.42 | 90.55 | 98.97 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 253.22 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 241.72 | OK | |||
r-devel-macos-arm64 | 0.1.4 | 136.00 | OK | |||
r-devel-macos-x86_64 | 0.1.4 | 273.00 | OK | |||
r-devel-windows-x86_64 | 0.1.4 | 11.00 | 231.00 | 242.00 | OK | |
r-patched-linux-x86_64 | 0.1.4 | 12.07 | 118.35 | 130.42 | OK | |
r-release-linux-x86_64 | 0.1.4 | 10.15 | 116.87 | 127.02 | 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 | 12.00 | 172.00 | 184.00 | OK |
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [31s/60s]
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-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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get_variable_names.R:19:3'): get_variable_names() category ─────
Error: object 'variables_dt' not found
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-get_variable_names.R:19:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 1 | WARN 0 | SKIP 29 | PASS 139 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64