R Under development (unstable) (2025-02-22 r87796 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(stratifyR) Loading required package: fitdistrplus Loading required package: MASS Loading required package: survival Loading required package: zipfR Loading required package: actuar Attaching package: 'actuar' The following objects are masked from 'package:stats': sd, var The following object is masked from 'package:grDevices': cm Loading required package: triangle Loading required package: mc2d Loading required package: mvtnorm Attaching package: 'mc2d' The following objects are masked from 'package:base': pmax, pmin > > test_check("stratifyR") The program is running, it'll take some time! _____________________________________________ Optimum Strata Boundaries for h = 2 Data Range: [2.000052, 7.83871] with d = 5.838658 Best-fit Frequency Distribution: triangle Parameter estimate(s): min max mode 2.169587 2.409166 2.304004 ____________________________________________________ Strata OSB Wh Vh WhSh nh Nh fh 1 4.03 0.56 0.34 0.324 223 557 0.40 2 7.84 0.44 0.83 0.403 277 443 0.63 Total 1.00 1.17 0.728 500 1000 0.50 ____________________________________________________ [ FAIL 0 | WARN 0 | SKIP 0 | PASS 0 ] > > proc.time() user system elapsed 9.14 1.39 10.51