R version 4.5.0 alpha (2025-03-15 r87984 ucrt) 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(xpect) > > test_check("xpect") Attaching package: 'purrr' The following object is masked from 'package:testthat': is_null elapsed = 3.84 Round = 1 eta = 0.0215031 lambda = 0.0455565 Value = -1.800891 elapsed = 3.62 Round = 2 eta = 0.04153221 lambda = 0.5281055 Value = -1.879917 elapsed = 2.92 Round = 3 eta = 0.02635908 lambda = 0.892419 Value = -1.796308 elapsed = 2.78 Round = 4 eta = 0.0453207 lambda = 0.551435 Value = -1.894573 elapsed = 3.46 Round = 5 eta = 0.04761869 lambda = 0.4566147 Value = -1.942746 elapsed = 3.53 Round = 6 eta = 0.01555614 lambda = 0.5339693 Value = -1.81346 Best Parameters Found: Round = 3 eta = 0.02635908 lambda = 0.892419 Value = -1.796308 step 1 step 2 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 21 ] > > proc.time() user system elapsed 58.53 1.15 60.36