* using log directory 'd:/Rcompile/CRANpkg/local/4.3/zippeR.Rcheck' * using R version 4.3.3 (2024-02-29 ucrt) * using platform: x86_64-w64-mingw32 (64-bit) * R was compiled by gcc.exe (GCC) 12.3.0 GNU Fortran (GCC) 12.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'zippeR/DESCRIPTION' ... OK * this is package 'zippeR' version '0.1.1' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'zippeR' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [0s] OK * checking loading without being on the library search path ... [0s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [5s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... [1s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking R/sysdata.rda ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [93s] 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\RtmpwVC7PK"; The source could be corrupt or not supported. See `st_drivers()` for a list of supported formats. Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... [109s] OK Running 'testthat.R' [109s] * checking for unstated dependencies in vignettes ... OK * checking package vignettes in 'inst/doc' ... OK * checking re-building of vignette outputs ... [8s] OK * checking PDF version of manual ... [18s] OK * checking HTML version of manual ... [4s] OK * DONE Status: 1 ERROR