R version 4.4.0 alpha (2024-04-07 r86351 ucrt) Copyright (C) 2024 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(spINAR) > > RNGversion("3.6.0") > > test_check("spINAR") Starting Bootstrap Procedure Bootstrap Procedure finished Starting Bootstrap Procedure Bootstrap Procedure finished Starting Bootstrap Procedure Bootstrap Procedure finished [1] TRUE Step 1: trying 4.9, 4.95, 5, 5.05, 5.1 for L1 penalization Step 1: trying 0.4, 0.45, 0.5, 0.55, 0.6 for L2 penalization Step 1: trying -0.05, 0, 0.05 for L1 and 0, 0.05, 0.1 for L2 penalization Step 1: trying -0.1, -0.05, 0, 0.05, 0.1 for L1 penalization Step 1: trying -0.1, -0.05, 0, 0.05, 0.1 for L2 penalization Step 1: trying 0.9, 0.95, 1 for L1 and 1, 1.05, 1.1 for L2 penalization Step 1: trying 0.9, 0.95, 1, 1.05, 1.1 for L1 penalization Step 1: trying 0.9, 0.95, 1, 1.05, 1.1 for L1 penalization Step 1: trying 0.9, 0.95, 1, 1.05, 1.1 for L1 penalization Step 2: trying 0.8, 0.85, 0.9, 0.95, 1 for L1 penalization Step 3: trying 0.7, 0.75, 0.8, 0.85, 0.9 for L1 penalization Step 4: trying 0.6, 0.65, 0.7, 0.75, 0.8 for L1 penalization Step 5: trying 0.5, 0.55, 0.6, 0.65, 0.7 for L1 penalization Step 6: trying 0.4, 0.45, 0.5, 0.55, 0.6 for L1 penalization Step 7: trying 0.3, 0.35, 0.4, 0.45, 0.5 for L1 penalization Step 8: trying 0.2, 0.25, 0.3, 0.35, 0.4 for L1 penalization Step 9: trying 0.1, 0.15, 0.2, 0.25, 0.3 for L1 penalization Step 10: trying 0, 0.05, 0.1, 0.15, 0.2 for L1 penalization Step 11: trying -0.1, -0.05, 0, 0.05, 0.1 for L1 penalization [ FAIL 0 | WARN 0 | SKIP 0 | PASS 253 ] > > proc.time() user system elapsed 82.32 0.65 82.96