R Under development (unstable) (2025-10-19 r88945 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(rfars) > > > test_check("rfars") Note: rfars::counts() uses the variables alc_res and dr_drink to determine alcohol involvement. NHTSA reports counts using multiple imputation to estimate missing BAC values. See vignette('Alcohol Counts', package = 'rfars') for more information. Note: rfars::counts() uses the variables alc_res and dr_drink to determine alcohol involvement. NHTSA reports counts using multiple imputation to estimate missing BAC values. See vignette('Alcohol Counts', package = 'rfars') for more information. Note: rfars::counts() uses the variables alc_res and dr_drink to determine alcohol involvement. NHTSA reports counts using multiple imputation to estimate missing BAC values. See vignette('Alcohol Counts', package = 'rfars') for more information. Note: rfars::counts() uses the variables alc_res and dr_drink to determine alcohol involvement. NHTSA reports counts using multiple imputation to estimate missing BAC values. See vignette('Alcohol Counts', package = 'rfars') for more information. trying URL 'https://zenodo.org/records/17162674/files/GESCRSS.rds?download=1' Content type 'application/octet-stream' length 75614749 bytes (72.1 MB) ================================================== downloaded 72.1 MB trying URL 'https://zenodo.org/records/17162674/files/GESCRSS.rds?download=1' Content type 'application/octet-stream' length 75614749 bytes (72.1 MB) ================================================== downloaded 72.1 MB trying URL 'https://zenodo.org/records/17162673/files/FARS.rds?download=1' Content type 'application/octet-stream' length 87386771 bytes (83.3 MB) ================================================== downloaded 83.3 MB Note: rfars::counts() uses the variables alc_res and dr_drink to determine alcohol involvement. NHTSA reports counts using multiple imputation to estimate missing BAC values. See vignette('Alcohol Counts', package = 'rfars') for more information. [ FAIL 0 | WARN 114 | SKIP 16 | PASS 178 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • Long-running test that downloads large files (1): 'test-get-data.R:201:3' • On CRAN (11): 'test-get-data.R:7:3', 'test-get-data.R:20:3', 'test-get-data.R:34:3', 'test-get-data.R:47:3', 'test-get-data.R:83:3', 'test-get-data.R:105:3', 'test-get-data.R:116:3', 'test-get-data.R:130:3', 'test-get-data.R:189:3', 'test-get-data.R:247:3', 'test-get-data.R:260:3' • Requires directory setup (3): 'test-get-data.R:145:3', 'test-get-data.R:153:3', 'test-get-data.R:219:3' • Requires full download (1): 'test-get-data.R:212:3' [ FAIL 0 | WARN 114 | SKIP 16 | PASS 178 ] > > proc.time() user system elapsed 33.32 3.10 80.96