Last updated on 2026-04-28 01:50:51 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.0.3 | 46.23 | 79.42 | 125.65 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.0.3 | 33.49 | 58.29 | 91.78 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 3.0.3 | 77.00 | 121.70 | 198.70 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 3.0.3 | 85.00 | 115.09 | 200.09 | NOTE | |
| r-devel-windows-x86_64 | 3.0.3 | 58.00 | 113.00 | 171.00 | OK | |
| r-patched-linux-x86_64 | 3.0.3 | 38.75 | 69.15 | 107.90 | OK | |
| r-release-linux-x86_64 | 3.0.3 | 37.31 | 68.48 | 105.79 | OK | |
| r-release-macos-arm64 | 3.0.3 | 12.00 | 23.00 | 35.00 | OK | |
| r-release-macos-x86_64 | 3.0.3 | 35.00 | 98.00 | 133.00 | OK | |
| r-release-windows-x86_64 | 3.0.3 | 54.00 | 112.00 | 166.00 | OK | |
| r-oldrel-macos-arm64 | 3.0.3 | OK | ||||
| r-oldrel-macos-x86_64 | 3.0.3 | 31.00 | 96.00 | 127.00 | OK | |
| r-oldrel-windows-x86_64 | 3.0.3 | 74.00 | 129.00 | 203.00 | OK |
Version: 3.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/5s]
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_.
doi:10.32614/CRAN.package.wru
<https://doi.org/10.32614/CRAN.package.wru>. 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...
i All local files already up-to-date!
Saving _problems/test-predict_race_2010-188.R
Predicting race for 2020
[ FAIL 1 | WARN 1 | SKIP 25 | PASS 10 ]
══ Skipped tests (25) ══════════════════════════════════════════════════════════
• 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'
• empty test (2): ,
• 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 25 | PASS 10 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
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