Last updated on 2025-02-06 09:52:47 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 3.89 | 91.75 | 95.64 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 2.21 | 61.30 | 63.51 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 157.60 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 175.58 | ERROR | |||
r-devel-windows-x86_64 | 0.1.0 | 7.00 | 149.00 | 156.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 4.20 | 87.50 | 91.70 | ERROR | |
r-release-linux-x86_64 | 0.1.0 | 3.38 | 89.25 | 92.63 | OK | |
r-release-macos-arm64 | 0.1.0 | 69.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 136.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 5.00 | 159.00 | 164.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 79.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 197.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 7.00 | 186.00 | 193.00 | ERROR |
Version: 0.1.0
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
>
> # 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)
|
| | 0%
|
|======================================================================| 100%
Warning in unzip(file_loc, exdir = tmp) :
error 1 in extracting from zip file
Error: Cannot open "/tmp/RtmpsJynIl"; 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.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [35s/43s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(zippeR)
>
> test_check("zippeR")
|
| | 0%
|
|======================================================================| 100%
[ 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/RtmpZWkxOn"; 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.0
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
>
> # 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)
|
| | 0%
|
|======================================================================| 100%
Warning in unzip(file_loc, exdir = tmp) :
error 1 in extracting from zip file
Error: Cannot open "/tmp/Rtmpjb2Dky/working_dir/RtmpNN6TXq"; 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.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [85s/96s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(zippeR)
>
> test_check("zippeR")
|
| | 0%
|
|======================================================================| 100%
[ 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/Rtmpjb2Dky/working_dir/Rtmp5WScqW"; 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.0
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
>
> # 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)
|
| | 0%
|
|======================================================================| 100%
Warning in unzip(file_loc, exdir = tmp) :
error 1 in extracting from zip file
Error: Cannot open "/tmp/Rtmp664EIi/working_dir/RtmpkPkNW0"; 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.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [93s/145s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(zippeR)
>
> test_check("zippeR")
|
| | 0%
|
|======================================================================| 100%
[ 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/Rtmp664EIi/working_dir/RtmpHfMk6W"; 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.0
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
>
> # 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)
|
| | 0%
|
|======================================================================| 100%
Warning in unzip(file_loc, exdir = tmp) :
error 1 in extracting from zip file
Error: Cannot open "/home/hornik/tmp/scratch/RtmpslZu1P"; 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.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [54s/66s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(zippeR)
>
> test_check("zippeR")
|
| | 0%
|
|======================================================================| 100%
[ 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/RtmpmyTYhG"; 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.0
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
>
> # 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)
|
| | 0%
|
|======================================================================| 100%
Warning in unzip(file_loc, exdir = tmp) :
error 1 in extracting from zip file
Error: Cannot open "D:\temp\2025_02_05_01_50_00_8875\RtmpSEp8iL"; 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.0
Check: tests
Result: ERROR
Running 'testthat.R' [105s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(zippeR)
>
> test_check("zippeR")
|
| | 0%
|
|======================================================================| 100%
[ 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_02_05_01_50_00_8875\Rtmp4QMR83"; 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