CRAN Package Check Results for Package cvap

Last updated on 2026-08-18 08:51:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.6 2.77 38.75 41.52 OK
r-devel-linux-x86_64-debian-gcc 0.1.6 2.09 25.70 27.79 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.6 27.71 OK
r-devel-linux-x86_64-fedora-gcc 0.1.6 24.97 OK
r-devel-windows-x86_64 0.1.6 5.00 59.00 64.00 OK
r-patched-linux-x86_64 0.1.6 2.83 33.49 36.32 OK
r-release-linux-x86_64 0.1.6 2.94 33.34 36.28 OK
r-release-macos-arm64 0.1.6 1.00 18.00 19.00 OK
r-release-macos-x86_64 0.1.6 2.00 51.00 53.00 OK
r-release-windows-x86_64 0.1.6 6.00 0.00 6.00 OK
r-oldrel-macos-arm64 0.1.6 OK
r-oldrel-macos-x86_64 0.1.6 2.00 41.00 43.00 OK
r-oldrel-windows-x86_64 0.1.6 8.00 65.00 73.00 OK

Check Details

Version: 0.1.6
Check: examples
Result: ERROR Running examples in ‘cvap-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: cvap_distribute > ### Title: Estimate CVAP at the Block Level > ### Aliases: cvap_distribute > > ### ** Examples > > ## Not run: > ##D # Requires API set up with tidycensus > ##D state <- 'DE' > ##D cvap <- cvap_get(state, year = 2019) > ##D de_block <- censable::build_dec(geography = 'block', > ##D state = state, year = 2010, geometry = FALSE) > ## End(Not run) > # Alternatively, using example data > state <- 'DE' > cvap <- cvap_get(state, year = 2019) trying URL 'https://github.com/christopherkenny/cvap_data/raw/main/DE/blockgr_2019.rds' Warning in utils::download.file(url, out_file) : cannot open URL 'https://github.com/christopherkenny/cvap_data/raw/main/DE/blockgr_2019.rds': HTTP status was '404 Not Found' Error in utils::download.file(url, out_file) : cannot open URL 'https://github.com/christopherkenny/cvap_data/raw/main/DE/blockgr_2019.rds' Calls: cvap_get -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.6
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/2s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(cvap) > > test_check("cvap") trying URL 'https://github.com/christopherkenny/cvap_data/raw/main/DE/blockgr_2019.rds' Error in `source_dir()`: ! Failed to evaluate './setup.R'. Caused by error in `utils::download.file()`: ! cannot open URL 'https://github.com/christopherkenny/cvap_data/raw/main/DE/blockgr_2019.rds' Backtrace: ▆ 1. ├─testthat::test_check("cvap") 2. │ └─testthat::test_dir(...) 3. │ └─testthat:::test_files(...) 4. │ └─testthat:::test_files_serial(...) 5. │ └─testthat:::test_files_setup_state(...) 6. │ └─testthat::source_test_setup(".", env) 7. │ └─testthat::source_dir(path, "^setup.*\\.[rR]$", env = env, wrap = FALSE) 8. │ └─base::lapply(...) 9. │ └─testthat (local) FUN(X[[i]], ...) 10. │ └─testthat::source_file(...) 11. │ ├─base::withCallingHandlers(...) 12. │ └─base::eval(exprs, env) 13. │ └─base::eval(exprs, env) 14. │ └─cvap::cvap_get(state, year = 2019) at ./setup.R:2:1 15. │ └─utils::download.file(url, out_file) 16. └─base::.handleSimpleError(...) 17. └─testthat (local) h(simpleError(msg, call)) 18. └─cli::cli_abort(...) 19. └─rlang::abort(...) Warning message: In utils::download.file(url, out_file) : cannot open URL 'https://github.com/christopherkenny/cvap_data/raw/main/DE/blockgr_2019.rds': HTTP status was '404 Not Found' Execution halted Flavor: r-devel-linux-x86_64-debian-gcc