R Under development (unstable) (2025-10-03 r88899 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 testthat testing framework > library(testthat) > library(gerda) > > test_check("gerda") Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union `curl` package not installed, falling back to using `url()` Rows: 59601 Columns: 36 -- Column specification -------------------------------------------------------- Delimiter: "," chr (5): ags, ags_name, state, county, election_type dbl (27): election_year, eligible_voters, number_voters, valid_votes, turnou... lgl (4): area_cw, pop_cw, ags_21, weights i Use `spec()` to retrieve the full column specification for this data. i Specify the column types or set `show_col_types = FALSE` to quiet this message. `curl` package not installed, falling back to using `url()` Rows: 59601 Columns: 36 -- Column specification -------------------------------------------------------- Delimiter: "," chr (5): ags, ags_name, state, county, election_type dbl (27): election_year, eligible_voters, number_voters, valid_votes, turnou... lgl (4): area_cw, pop_cw, ags_21, weights i Use `spec()` to retrieve the full column specification for this data. i Specify the column types or set `show_col_types = FALSE` to quiet this message. [ FAIL 0 | WARN 0 | SKIP 0 | PASS 178 ] > > proc.time() user system elapsed 10.20 5.01 35.32