R Under development (unstable) (2026-03-10 r89593 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. > library(testthat) > library(vdiffr) > library(accrualPlot) Loading required package: lubridate Attaching package: 'lubridate' The following objects are masked from 'package:base': date, intersect, setdiff, union > > # requires english locale!! > Sys.setlocale("LC_ALL","English") [1] "LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252" Warning message: In Sys.setlocale("LC_ALL", "English") : using locale code page other than 65001 ("UTF-8") may cause problems > > test_check("accrualPlot") [ FAIL 0 | WARN 3 | SKIP 2 | PASS 54 ] == Skipped tests (2) =========================================================== * On CRAN (2): 'test-accrual_plots.R:45:1', 'test-accrual_plots.R:129:1' [ FAIL 0 | WARN 3 | SKIP 2 | PASS 54 ] > > proc.time() user system elapsed 6.95 0.48 7.40