Last updated on 2025-02-11 07:48:45 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
wru | 1 | 7 | 5 |
Current CRAN status: ERROR: 1, NOTE: 7, OK: 5
Version: 3.0.3
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘future’ ‘tidyr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 3.0.3
Check: installed package size
Result: NOTE
installed size is 7.1Mb
sub-directories of 1Mb or more:
data 3.7Mb
help 1.9Mb
libs 1.3Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 3.0.3
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(wru)
Please cite as:
Khanna K, Bertelsen B, Olivella S, Rosenman E, Rossell Hayes A, Imai K
(2024). _wru: Who are You? Bayesian Prediction of Racial Category Using
Surname, First Name, Middle Name, and Geolocation_. R package version
3.0.3, <https://CRAN.R-project.org/package=wru>.
Note that wru 2.0.0 uses 2020 census data by default.
Use the argument `year = "2010"`, to replicate analyses produced with earlier package versions.
>
> test_check("wru")
Predicting race for 2010
Predicting race for 2010
Proceeding with last name predictions...
There was an error retrieving data: Cannot access release data for repo "kosukeimai/wru".
Predicting race for 2020
[ FAIL 1 | WARN 1 | SKIP 23 | PASS 10 ]
══ Skipped tests (23) ══════════════════════════════════════════════════════════
• On CRAN (19): 'test-format_legacy_data.R:5:3',
'test-predict_race_2010.R:8:3', 'test-predict_race_2010.R:24:3',
'test-predict_race_2010.R:46:3', 'test-predict_race_2010.R:70:3',
'test-predict_race_2010.R:94:3', 'test-predict_race_2010.R:129:3',
'test-predict_race_2010.R:146:3', 'test-predict_race_2010.R:163:3',
'test-predict_race_2020.R:8:3', 'test-predict_race_2020.R:20:3',
'test-predict_race_2020.R:35:3', 'test-predict_race_2020.R:56:3',
'test-predict_race_2020.R:79:3', 'test-predict_race_2020.R:102:3',
'test-predict_race_2020.R:136:3', 'test-predict_race_2020.R:152:3',
'test-predict_race_2020.R:168:3', 'test-predict_race_2020.R:189:3'
• nzchar(Sys.getenv("CENSUS_API_KEY")) is not TRUE (4):
'test-census_geo_api.R:1:1', 'test-census_helper.R:8:1',
'test-census_helper_v2.R:8:1', 'test-race_prediction_funs.R:8:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-predict_race_2010.R:188:3'): Fixes for issue #68 work as expected ──
Error in `gzfile(file, "rb")`: cannot open the connection
Backtrace:
▆
1. └─wru::predict_race(...) at test-predict_race_2010.R:188:3
2. └─wru:::predict_race_new(...)
3. └─base::readRDS(paste0(path, "/wru-data-first_c.rds"))
4. └─base::gzfile(file, "rb")
[ FAIL 1 | WARN 1 | SKIP 23 | PASS 10 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64