CRAN Package Check Results for Package zippeR

Last updated on 2025-04-07 10:51:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 4.16 78.88 83.04 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 2.59 59.55 62.14 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 151.58 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 171.82 ERROR
r-devel-macos-arm64 0.1.1 73.00 OK
r-devel-macos-x86_64 0.1.1 98.00 OK
r-devel-windows-x86_64 0.1.1 6.00 148.00 154.00 ERROR
r-patched-linux-x86_64 0.1.1 4.19 88.59 92.78 ERROR
r-release-linux-x86_64 0.1.1 3.39 84.11 87.50 ERROR
r-release-macos-arm64 0.1.1 78.00 OK
r-release-macos-x86_64 0.1.1 98.00 OK
r-release-windows-x86_64 0.1.1 7.00 229.00 236.00 ERROR
r-oldrel-macos-arm64 0.1.1 115.00 OK
r-oldrel-macos-x86_64 0.1.1 112.00 OK
r-oldrel-windows-x86_64 0.1.1 7.00 168.00 175.00 ERROR

Check Details

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘zippeR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: zi_crosswalk > ### Title: Crosswalk ZIP Codes with UDS, HUD, or a Custom Dictionary > ### Aliases: zi_crosswalk > > ### ** Examples > > # create sample data > df <- data.frame(id = c(1:3), zip5 = c("63005", "63139", "63636")) > > # UDS crosswalk > > # HUD crosswalk > # you will need to replace INSERT_HUD_KEY with your own key > ## Not run: > ##D zi_crosswalk(df, input_var = zip5, zip_source = "HUD", year = 2023, > ##D qtr = 1, target = "COUNTY", query = "MO", by = "residential", > ##D return_max = TRUE, key = INSERT_HUD_KEY) > ## End(Not run) > > # custom dictionary > ## load sample crosswalk data to simulate custom dictionary > mo_xwalk <- zi_mo_hud > > # prep crosswalk > # when a ZIP Code crosses county boundaries, the portion with the largest > # number of residential addresses will be returned > mo_xwalk <- zi_prep_hud(mo_xwalk, by = "residential", return_max = TRUE) Downloading: 1.8 kB Downloading: 1.8 kB Downloading: 1.8 kB Downloading: 1.8 kB Warning in unzip(file_loc, exdir = tmp) : error 1 in extracting from zip file Error: Cannot open "/tmp/RtmpZrqMOy"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [34s/42s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(zippeR) > > test_check("zippeR") Downloading: 1.8 kB Downloading: 1.8 kB Downloading: 1.8 kB Downloading: 1.8 kB [ FAIL 1 | WARN 2 | SKIP 1 | PASS 82 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_zi_get_geometry.R:50:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_zi_crosswalk.R:15:1'): (code run outside of `test_that()`) ───── <Rcpp::exception/C++Error/error/condition> Error: Cannot open "/tmp/RtmpXkwdWW"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. Backtrace: ▆ 1. └─zippeR::zi_prep_hud(zi_mo_hud, by = "residential") at test_zi_crosswalk.R:15:1 2. └─tigris::states(year = 2022, cb = TRUE, resolution = "20m") 3. └─tigris:::load_tiger(url, tigris_type = "state", ...) 4. ├─sf::st_read(...) 5. └─sf:::st_read.character(...) 6. └─sf:::CPL_read_ogr(...) [ FAIL 1 | WARN 2 | SKIP 1 | PASS 82 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘zippeR-Ex.R’ failed The error most likely occurred in: > ### Name: zi_crosswalk > ### Title: Crosswalk ZIP Codes with UDS, HUD, or a Custom Dictionary > ### Aliases: zi_crosswalk > > ### ** Examples > > # create sample data > df <- data.frame(id = c(1:3), zip5 = c("63005", "63139", "63636")) > > # UDS crosswalk > > # HUD crosswalk > # you will need to replace INSERT_HUD_KEY with your own key > ## Not run: > ##D zi_crosswalk(df, input_var = zip5, zip_source = "HUD", year = 2023, > ##D qtr = 1, target = "COUNTY", query = "MO", by = "residential", > ##D return_max = TRUE, key = INSERT_HUD_KEY) > ## End(Not run) > > # custom dictionary > ## load sample crosswalk data to simulate custom dictionary > mo_xwalk <- zi_mo_hud > > # prep crosswalk > # when a ZIP Code crosses county boundaries, the portion with the largest > # number of residential addresses will be returned > mo_xwalk <- zi_prep_hud(mo_xwalk, by = "residential", return_max = TRUE) Downloading: 1.6 kB Downloading: 1.6 kB Downloading: 1.6 kB Downloading: 1.6 kB Downloading: 1.6 kB Downloading: 1.6 kB Warning in unzip(file_loc, exdir = tmp) : error 1 in extracting from zip file Error: Cannot open "/tmp/RtmpFPPtn1/working_dir/RtmpnuZGjG"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [82s/188s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(zippeR) > > test_check("zippeR") Downloading: 1.6 kB Downloading: 1.6 kB Downloading: 1.6 kB Downloading: 1.6 kB Downloading: 1.6 kB Downloading: 1.6 kB [ FAIL 1 | WARN 2 | SKIP 1 | PASS 82 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_zi_get_geometry.R:50:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_zi_crosswalk.R:15:1'): (code run outside of `test_that()`) ───── <Rcpp::exception/C++Error/error/condition> Error: Cannot open "/tmp/RtmpFPPtn1/working_dir/RtmpW2UDak"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. Backtrace: ▆ 1. └─zippeR::zi_prep_hud(zi_mo_hud, by = "residential") at test_zi_crosswalk.R:15:1 2. └─tigris::states(year = 2022, cb = TRUE, resolution = "20m") 3. └─tigris:::load_tiger(url, tigris_type = "state", ...) 4. ├─sf::st_read(...) 5. └─sf:::st_read.character(...) 6. └─sf:::CPL_read_ogr(...) [ FAIL 1 | WARN 2 | SKIP 1 | PASS 82 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘zippeR-Ex.R’ failed The error most likely occurred in: > ### Name: zi_crosswalk > ### Title: Crosswalk ZIP Codes with UDS, HUD, or a Custom Dictionary > ### Aliases: zi_crosswalk > > ### ** Examples > > # create sample data > df <- data.frame(id = c(1:3), zip5 = c("63005", "63139", "63636")) > > # UDS crosswalk > > # HUD crosswalk > # you will need to replace INSERT_HUD_KEY with your own key > ## Not run: > ##D zi_crosswalk(df, input_var = zip5, zip_source = "HUD", year = 2023, > ##D qtr = 1, target = "COUNTY", query = "MO", by = "residential", > ##D return_max = TRUE, key = INSERT_HUD_KEY) > ## End(Not run) > > # custom dictionary > ## load sample crosswalk data to simulate custom dictionary > mo_xwalk <- zi_mo_hud > > # prep crosswalk > # when a ZIP Code crosses county boundaries, the portion with the largest > # number of residential addresses will be returned > mo_xwalk <- zi_prep_hud(mo_xwalk, by = "residential", return_max = TRUE) Downloading: 1.6 kB Downloading: 1.6 kB Downloading: 1.6 kB Downloading: 1.6 kB Downloading: 1.6 kB Downloading: 1.6 kB Warning in unzip(file_loc, exdir = tmp) : error 1 in extracting from zip file Error: Cannot open "/tmp/RtmpOHbQyI/working_dir/RtmpMuqOS4"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [92s/170s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(zippeR) > > test_check("zippeR") Downloading: 1.6 kB Downloading: 1.6 kB Downloading: 1.6 kB Downloading: 1.6 kB Downloading: 1.6 kB Downloading: 1.6 kB [ FAIL 1 | WARN 2 | SKIP 1 | PASS 82 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_zi_get_geometry.R:50:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_zi_crosswalk.R:15:1'): (code run outside of `test_that()`) ───── <Rcpp::exception/C++Error/error/condition> Error: Cannot open "/tmp/RtmpOHbQyI/working_dir/Rtmpl1JiWS"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. Backtrace: ▆ 1. └─zippeR::zi_prep_hud(zi_mo_hud, by = "residential") at test_zi_crosswalk.R:15:1 2. └─tigris::states(year = 2022, cb = TRUE, resolution = "20m") 3. └─tigris:::load_tiger(url, tigris_type = "state", ...) 4. ├─sf::st_read(...) 5. └─sf:::st_read.character(...) 6. └─sf:::CPL_read_ogr(...) [ FAIL 1 | WARN 2 | SKIP 1 | PASS 82 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.1
Check: examples
Result: ERROR Running examples in 'zippeR-Ex.R' failed The error most likely occurred in: > ### Name: zi_crosswalk > ### Title: Crosswalk ZIP Codes with UDS, HUD, or a Custom Dictionary > ### Aliases: zi_crosswalk > > ### ** Examples > > # create sample data > df <- data.frame(id = c(1:3), zip5 = c("63005", "63139", "63636")) > > # UDS crosswalk > > # HUD crosswalk > # you will need to replace INSERT_HUD_KEY with your own key > ## Not run: > ##D zi_crosswalk(df, input_var = zip5, zip_source = "HUD", year = 2023, > ##D qtr = 1, target = "COUNTY", query = "MO", by = "residential", > ##D return_max = TRUE, key = INSERT_HUD_KEY) > ## End(Not run) > > # custom dictionary > ## load sample crosswalk data to simulate custom dictionary > mo_xwalk <- zi_mo_hud > > # prep crosswalk > # when a ZIP Code crosses county boundaries, the portion with the largest > # number of residential addresses will be returned > mo_xwalk <- zi_prep_hud(mo_xwalk, by = "residential", return_max = TRUE) Downloading: 1.7 kB Downloading: 1.7 kB Downloading: 1.7 kB Downloading: 1.7 kB Warning in unzip(file_loc, exdir = tmp) : error 1 in extracting from zip file Error: Cannot open "D:\temp\2025_04_06_01_50_00_17593\RtmpuCFFfw"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. Execution halted Flavor: r-devel-windows-x86_64

Version: 0.1.1
Check: tests
Result: ERROR Running 'testthat.R' [87s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(zippeR) > > test_check("zippeR") Downloading: 1.7 kB Downloading: 1.7 kB Downloading: 1.7 kB Downloading: 1.7 kB [ FAIL 1 | WARN 2 | SKIP 1 | PASS 82 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_zi_get_geometry.R:50:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_zi_crosswalk.R:15:1'): (code run outside of `test_that()`) ───── <Rcpp::exception/C++Error/error/condition> Error: Cannot open "D:\temp\2025_04_06_01_50_00_17593\RtmpofyzFK"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. Backtrace: ▆ 1. └─zippeR::zi_prep_hud(zi_mo_hud, by = "residential") at test_zi_crosswalk.R:15:1 2. └─tigris::states(year = 2022, cb = TRUE, resolution = "20m") 3. └─tigris:::load_tiger(url, tigris_type = "state", ...) 4. ├─sf::st_read(...) 5. └─sf:::st_read.character(...) 6. └─sf:::CPL_read_ogr(...) [ FAIL 1 | WARN 2 | SKIP 1 | PASS 82 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘zippeR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: zi_crosswalk > ### Title: Crosswalk ZIP Codes with UDS, HUD, or a Custom Dictionary > ### Aliases: zi_crosswalk > > ### ** Examples > > # create sample data > df <- data.frame(id = c(1:3), zip5 = c("63005", "63139", "63636")) > > # UDS crosswalk > > # HUD crosswalk > # you will need to replace INSERT_HUD_KEY with your own key > ## Not run: > ##D zi_crosswalk(df, input_var = zip5, zip_source = "HUD", year = 2023, > ##D qtr = 1, target = "COUNTY", query = "MO", by = "residential", > ##D return_max = TRUE, key = INSERT_HUD_KEY) > ## End(Not run) > > # custom dictionary > ## load sample crosswalk data to simulate custom dictionary > mo_xwalk <- zi_mo_hud > > # prep crosswalk > # when a ZIP Code crosses county boundaries, the portion with the largest > # number of residential addresses will be returned > mo_xwalk <- zi_prep_hud(mo_xwalk, by = "residential", return_max = TRUE) Downloading: 1.8 kB Downloading: 1.8 kB Downloading: 1.8 kB Downloading: 1.8 kB Downloading: 1.8 kB Downloading: 1.8 kB Warning in unzip(file_loc, exdir = tmp) : error 1 in extracting from zip file Error: Cannot open "/home/hornik/tmp/scratch/RtmpGi4AVY"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. Execution halted Flavor: r-patched-linux-x86_64

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [55s/65s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(zippeR) > > test_check("zippeR") Downloading: 1.8 kB Downloading: 1.8 kB Downloading: 1.8 kB Downloading: 1.8 kB [ FAIL 1 | WARN 2 | SKIP 1 | PASS 82 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_zi_get_geometry.R:50:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_zi_crosswalk.R:15:1'): (code run outside of `test_that()`) ───── <Rcpp::exception/C++Error/error/condition> Error: Cannot open "/home/hornik/tmp/scratch/RtmpEnmGE9"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. Backtrace: ▆ 1. └─zippeR::zi_prep_hud(zi_mo_hud, by = "residential") at test_zi_crosswalk.R:15:1 2. └─tigris::states(year = 2022, cb = TRUE, resolution = "20m") 3. └─tigris:::load_tiger(url, tigris_type = "state", ...) 4. ├─sf::st_read(...) 5. └─sf:::st_read.character(...) 6. └─sf:::CPL_read_ogr(...) [ FAIL 1 | WARN 2 | SKIP 1 | PASS 82 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘zippeR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: zi_crosswalk > ### Title: Crosswalk ZIP Codes with UDS, HUD, or a Custom Dictionary > ### Aliases: zi_crosswalk > > ### ** Examples > > # create sample data > df <- data.frame(id = c(1:3), zip5 = c("63005", "63139", "63636")) > > # UDS crosswalk > > # HUD crosswalk > # you will need to replace INSERT_HUD_KEY with your own key > ## Not run: > ##D zi_crosswalk(df, input_var = zip5, zip_source = "HUD", year = 2023, > ##D qtr = 1, target = "COUNTY", query = "MO", by = "residential", > ##D return_max = TRUE, key = INSERT_HUD_KEY) > ## End(Not run) > > # custom dictionary > ## load sample crosswalk data to simulate custom dictionary > mo_xwalk <- zi_mo_hud > > # prep crosswalk > # when a ZIP Code crosses county boundaries, the portion with the largest > # number of residential addresses will be returned > mo_xwalk <- zi_prep_hud(mo_xwalk, by = "residential", return_max = TRUE) Downloading: 1.8 kB Downloading: 1.8 kB Downloading: 1.8 kB Downloading: 1.8 kB Warning in unzip(file_loc, exdir = tmp) : error 1 in extracting from zip file Error: Cannot open "/home/hornik/tmp/scratch/Rtmp1zlboL"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. Execution halted Flavor: r-release-linux-x86_64

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [52s/64s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(zippeR) > > test_check("zippeR") Downloading: 1.8 kB Downloading: 1.8 kB Downloading: 1.8 kB Downloading: 1.8 kB [ FAIL 1 | WARN 2 | SKIP 1 | PASS 82 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_zi_get_geometry.R:50:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_zi_crosswalk.R:15:1'): (code run outside of `test_that()`) ───── <Rcpp::exception/C++Error/error/condition> Error: Cannot open "/home/hornik/tmp/scratch/RtmpwGqN7g"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. Backtrace: ▆ 1. └─zippeR::zi_prep_hud(zi_mo_hud, by = "residential") at test_zi_crosswalk.R:15:1 2. └─tigris::states(year = 2022, cb = TRUE, resolution = "20m") 3. └─tigris:::load_tiger(url, tigris_type = "state", ...) 4. ├─sf::st_read(...) 5. └─sf:::st_read.character(...) 6. └─sf:::CPL_read_ogr(...) [ FAIL 1 | WARN 2 | SKIP 1 | PASS 82 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 0.1.1
Check: examples
Result: ERROR Running examples in 'zippeR-Ex.R' failed The error most likely occurred in: > ### Name: zi_crosswalk > ### Title: Crosswalk ZIP Codes with UDS, HUD, or a Custom Dictionary > ### Aliases: zi_crosswalk > > ### ** Examples > > # create sample data > df <- data.frame(id = c(1:3), zip5 = c("63005", "63139", "63636")) > > # UDS crosswalk > > # HUD crosswalk > # you will need to replace INSERT_HUD_KEY with your own key > ## Not run: > ##D zi_crosswalk(df, input_var = zip5, zip_source = "HUD", year = 2023, > ##D qtr = 1, target = "COUNTY", query = "MO", by = "residential", > ##D return_max = TRUE, key = INSERT_HUD_KEY) > ## End(Not run) > > # custom dictionary > ## load sample crosswalk data to simulate custom dictionary > mo_xwalk <- zi_mo_hud > > # prep crosswalk > # when a ZIP Code crosses county boundaries, the portion with the largest > # number of residential addresses will be returned > mo_xwalk <- zi_prep_hud(mo_xwalk, by = "residential", return_max = TRUE) Warning in unzip(file_loc, exdir = tmp) : error 1 in extracting from zip file Error: Cannot open "D:\temp\2025_04_04_01_50_00_10357\RtmpaKceHj"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. Execution halted Flavor: r-release-windows-x86_64

Version: 0.1.1
Check: examples
Result: ERROR Running examples in 'zippeR-Ex.R' failed The error most likely occurred in: > ### Name: zi_crosswalk > ### Title: Crosswalk ZIP Codes with UDS, HUD, or a Custom Dictionary > ### Aliases: zi_crosswalk > > ### ** Examples > > # create sample data > df <- data.frame(id = c(1:3), zip5 = c("63005", "63139", "63636")) > > # UDS crosswalk > > # HUD crosswalk > # you will need to replace INSERT_HUD_KEY with your own key > ## Not run: > ##D zi_crosswalk(df, input_var = zip5, zip_source = "HUD", year = 2023, > ##D qtr = 1, target = "COUNTY", query = "MO", by = "residential", > ##D return_max = TRUE, key = INSERT_HUD_KEY) > ## End(Not run) > > # custom dictionary > ## load sample crosswalk data to simulate custom dictionary > mo_xwalk <- zi_mo_hud > > # prep crosswalk > # when a ZIP Code crosses county boundaries, the portion with the largest > # number of residential addresses will be returned > mo_xwalk <- zi_prep_hud(mo_xwalk, by = "residential", return_max = TRUE) Downloading: 1.7 kB Downloading: 1.7 kB Downloading: 1.7 kB Downloading: 1.7 kB Warning in unzip(file_loc, exdir = tmp) : error 1 in extracting from zip file Error: Cannot open "D:\temp\2025_04_05_01_50_00_30359\RtmpKqqHNw"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. Execution halted Flavor: r-oldrel-windows-x86_64

Version: 0.1.1
Check: tests
Result: ERROR Running 'testthat.R' [103s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(zippeR) > > test_check("zippeR") Downloading: 1.7 kB Downloading: 1.7 kB Downloading: 1.7 kB Downloading: 1.7 kB [ FAIL 1 | WARN 2 | SKIP 1 | PASS 82 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_zi_get_geometry.R:50:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_zi_crosswalk.R:15:1'): (code run outside of `test_that()`) ───── <Rcpp::exception/C++Error/error/condition> Error: Cannot open "D:\temp\2025_04_05_01_50_00_30359\RtmpeqxnEA"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. Backtrace: ▆ 1. └─zippeR::zi_prep_hud(zi_mo_hud, by = "residential") at test_zi_crosswalk.R:15:1 2. └─tigris::states(year = 2022, cb = TRUE, resolution = "20m") 3. └─tigris:::load_tiger(url, tigris_type = "state", ...) 4. ├─sf::st_read(...) 5. └─sf:::st_read.character(...) 6. └─sf:::CPL_read_ogr(...) [ FAIL 1 | WARN 2 | SKIP 1 | PASS 82 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64