R Under development (unstable) (2023-07-19 r84711 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(agricolaeplotr) The legacy packages maptools, rgdal, and rgeos, underpinning the sp package, which was just loaded, will retire in October 2023. Please refer to R-spatial evolution reports for details, especially https://r-spatial.org/r/2023/05/15/evolution4.html. It may be desirable to make the sf package available; package maintainers should consider adding sf to Suggests:. The sp package is now running under evolution status 2 (status 2 uses the sf package in place of rgdal) Attaching package: 'agricolaeplotr' The following object is masked from 'package:base': summary > library(agricolae) > test_check("agricolaeplotr") Alpha Design (0,1) - Serie I Parameters Alpha Design ======================= Treatmeans : 30 Block size : 3 Blocks : 10 Replication: 2 Efficiency factor (E ) 0.6170213 <<< Book >>> Parameters BIB ============== Lambda : 2 treatmeans : 4 Block size : 3 Blocks : 4 Replication: 3 Efficiency factor 0.8888889 <<< Book >>> cyclic design Generator block basic: 1 2 1 4 1 3 Parameters =================== treatmeans : 7 Block size : 2 Replication: 6 Lattice design, triple 3 x 3 Efficiency factor (E ) 0.7272727 <<< Book >>> Lattice design, simple 10 x 10 Efficiency factor (E ) 0.8461538 <<< Book >>> Lattice design, triple 3 x 3 Efficiency factor (E ) 0.7272727 <<< Book >>> Lattice design, triple 4 x 4 Efficiency factor (E ) 0.7692308 <<< Book >>> Lattice design, triple 5 x 5 Efficiency factor (E ) 0.8 <<< Book >>> Lattice design, triple 2 x 2 Efficiency factor (E ) 0.6666667 <<< Book >>> [1] "Your Design ID is supported." [1] "Your Design ID is supported." [ FAIL 0 | WARN 92 | SKIP 0 | PASS 137 ] [ FAIL 0 | WARN 92 | SKIP 0 | PASS 137 ] > > proc.time() user system elapsed 63.06 1.12 64.18