CRAN Package Check Results for Package tinytiger

Last updated on 2025-02-10 02:50:07 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.9 2.80 55.80 58.60 OK
r-devel-linux-x86_64-debian-gcc 0.0.9 2.34 43.66 46.00 OK
r-devel-linux-x86_64-fedora-clang 0.0.9 95.79 OK
r-devel-linux-x86_64-fedora-gcc 0.0.9 62.70 OK
r-devel-windows-x86_64 0.0.9 5.00 109.00 114.00 OK
r-patched-linux-x86_64 0.0.9 3.32 53.14 56.46 OK
r-release-linux-x86_64 0.0.9 2.83 53.39 56.22 OK
r-release-macos-arm64 0.0.9 625.00 OK
r-release-macos-x86_64 0.0.9 652.00 OK
r-release-windows-x86_64 0.0.9 4.00 236.00 240.00 OK
r-oldrel-macos-arm64 0.0.9 829.00 OK
r-oldrel-macos-x86_64 0.0.9 764.00 OK
r-oldrel-windows-x86_64 0.0.9 6.00 83.00 89.00 ERROR

Check Details

Version: 0.0.9
Check: tests
Result: 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 Flavor: r-oldrel-windows-x86_64