R Under development (unstable) (2026-01-07 r89288 ucrt) -- "Unsuffered Consequences" 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(GimmeMyStats) Loading required package: magrittr Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not Loading required package: tidyverse ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.1.4 ✔ readr 2.1.6 ✔ forcats 1.0.1 ✔ stringr 1.6.0 ✔ ggplot2 4.0.1 ✔ tibble 3.3.0 ✔ lubridate 1.9.4 ✔ tidyr 1.3.2 ✔ purrr 1.2.0 ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ── ✖ readr::edition_get() masks testthat::edition_get() ✖ magrittr::equals() masks testthat::equals() ✖ tidyr::extract() masks magrittr::extract() ✖ dplyr::filter() masks stats::filter() ✖ magrittr::is_less_than() masks testthat::is_less_than() ✖ dplyr::lag() masks stats::lag() ✖ readr::local_edition() masks testthat::local_edition() ✖ magrittr::not() masks testthat::not() ✖ purrr::set_names() masks magrittr::set_names() ℹ Use the conflicted package () to force all conflicts to become errors > > test_check("GimmeMyStats") [ FAIL 0 | WARN 2 | SKIP 0 | PASS 104 ] [ FAIL 0 | WARN 2 | SKIP 0 | PASS 104 ] > > proc.time() user system elapsed 7.59 1.06 8.64