CRAN Package Check Results for Package gam

Last updated on 2025-08-14 12:48:25 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.22-5 14.85 37.24 52.09 OK
r-devel-linux-x86_64-debian-gcc 1.22-5 9.32 27.96 37.28 ERROR
r-devel-linux-x86_64-fedora-clang 1.22-5 81.72 OK
r-devel-linux-x86_64-fedora-gcc 1.22-5 78.75 OK
r-devel-windows-x86_64 1.22-5 22.00 62.00 84.00 OK
r-patched-linux-x86_64 1.22-5 14.10 34.99 49.09 OK
r-release-linux-x86_64 1.22-5 11.89 35.01 46.90 OK
r-release-macos-arm64 1.22-5 38.00 OK
r-release-macos-x86_64 1.22-5 50.00 OK
r-release-windows-x86_64 1.22-5 22.00 64.00 86.00 OK
r-oldrel-macos-arm64 1.22-5 30.00 OK
r-oldrel-macos-x86_64 1.22-5 46.00 OK
r-oldrel-windows-x86_64 1.22-5 26.00 72.00 98.00 OK

Check Details

Version: 1.22-5
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > 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 2 | WARN 1 | SKIP 0 | PASS 8 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_example.R:45:5'): (code run outside of `test_that()`) ──────── objects[[x]] not equal to expected[[x]]. Component "family": Component "variance": Component "okLinks": Lengths (6, 5) differ (string compare on first 5) Component "family": Component "dev.resids": Component "okLinks": Lengths (6, 5) differ (string compare on first 5) Component "family": Component "aic": Component "okLinks": Lengths (6, 5) differ (string compare on first 5) Component "family": Component "validmu": Component "okLinks": Lengths (6, 5) differ (string compare on first 5) Component "family": Component "simulate": Component "okLinks": Lengths (6, 5) differ (string compare on first 5) ── Failure ('test_example.R:45:5'): (code run outside of `test_that()`) ──────── objects[[x]] not equal to expected[[x]]. Component "family": Component "variance": Component "okLinks": Lengths (6, 5) differ (string compare on first 5) Component "family": Component "dev.resids": Component "okLinks": Lengths (6, 5) differ (string compare on first 5) Component "family": Component "aic": Component "okLinks": Lengths (6, 5) differ (string compare on first 5) Component "family": Component "validmu": Component "okLinks": Lengths (6, 5) differ (string compare on first 5) Component "family": Component "simulate": Component "okLinks": Lengths (6, 5) differ (string compare on first 5) [ FAIL 2 | WARN 1 | SKIP 0 | PASS 8 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc