R Under development (unstable) (2026-02-18 r89435 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(akin) Loading required package: callr Loading required package: erer Loading required package: lmtest Loading required package: zoo Attaching package: 'zoo' The following objects are masked from 'package:base': as.Date, as.Date.numeric Loading required package: fastmatch Loading required package: listenv Loading required package: Matrix > > test_check("akin") Found file containing: 150 rows and 5 columns named 'Sepal.Length' 'Sepal.Width' 'Petal.Length' 'Petal.Width' 'Species' encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... encoding type "integer(ish)"... - strata sample sizes are: 0 1 2 3 7 - median and thickest strata have 4 and 12 rows each - maximum sample size without replacement is 2 under current stratification - strata sample sizes are: 0 1 2 3 7 - median and thickest strata have 4 and 12 rows each - maximum sample size without replacement is 2 under current stratification [ FAIL 0 | WARN 0 | SKIP 0 | PASS 8 ] > > proc.time() user system elapsed 1.75 0.37 3.89