R version 4.6.0 alpha (2026-04-05 r89794 ucrt) Copyright (C) 2026 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/19444272/files/GESCRSS_2015-2024.rds?download=1' Content type 'application/octet-stream' length 82782996 bytes (78.9 MB) ================================================== downloaded 78.9 MB trying URL 'https://zenodo.org/records/19444272/files/GESCRSS_2015-2024.rds?download=1' Content type 'application/octet-stream' length 82782996 bytes (78.9 MB) ================================================== downloaded 78.9 MB trying URL 'https://zenodo.org/records/19441135/files/FARS_2015-2024.rds?download=1' Content type 'application/octet-stream' length 102181639 bytes (97.4 MB) ================================================== downloaded 97.4 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 37.32 3.20 45.10