R Under development (unstable) (2024-09-10 r87115 ucrt) -- "Unsuffered Consequences" 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. > library(testthat) > library(gam) Loading required package: splines Loading required package: foreach Loaded gam 1.22-5 > > test_check("gam") Start: y ~ s(x, 6) + z; AIC= 43.7495 Step:1 y ~ s(x, 6) ; AIC= 42.6681 Testing fit1 Testing fit2 Testing fit3 Testing fit4 Testing fit5 Testing fit6 Testing sum1 Testing an1 Testing an2 Testing step1 [ FAIL 0 | WARN 1 | SKIP 0 | PASS 10 ] [ FAIL 0 | WARN 1 | SKIP 0 | PASS 10 ] > > proc.time() user system elapsed 0.71 0.14 0.79