CRAN Package Check Results for Package gam

Last updated on 2023-04-01 04:56:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.22-2 14.90 46.08 60.98 OK
r-devel-linux-x86_64-debian-gcc 1.22-2 12.94 35.67 48.61 OK
r-devel-linux-x86_64-fedora-clang 1.22-2 74.82 OK
r-devel-linux-x86_64-fedora-gcc 1.22-2 80.16 OK
r-devel-windows-x86_64 1.22-1 44.00 0.00 44.00 ERROR
r-patched-linux-x86_64 1.22-2 15.59 44.06 59.65 OK
r-release-linux-x86_64 1.22-2 11.28 44.66 55.94 OK
r-release-macos-arm64 1.22-1 28.00 OK
r-release-macos-x86_64 1.22-2 40.00 OK
r-release-windows-x86_64 1.22-2 36.00 76.00 112.00 OK
r-oldrel-macos-arm64 1.22-1 28.00 OK
r-oldrel-macos-x86_64 1.22-2 47.00 OK
r-oldrel-windows-ix86+x86_64 1.22-2 39.00 86.00 125.00 OK

Check Details

Version: 1.22-1
Check: tests
Result: ERROR
     Running 'testthat.R' [2s]
    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-1
    
     >
     > 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 7 | WARN 1 | SKIP 0 | PASS 3 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test_example.R:34:5'): (code run outside of `test_that()`) ────────
     objects[[x]] not equal to expected[[x]].
     Component "family": Length mismatch: comparison on first 12 components
     ── Failure ('test_example.R:34:5'): (code run outside of `test_that()`) ────────
     objects[[x]] not equal to expected[[x]].
     Component "family": Length mismatch: comparison on first 11 components
     ── Failure ('test_example.R:34:5'): (code run outside of `test_that()`) ────────
     objects[[x]] not equal to expected[[x]].
     Component "family": Length mismatch: comparison on first 12 components
     ── Failure ('test_example.R:34:5'): (code run outside of `test_that()`) ────────
     objects[[x]] not equal to expected[[x]].
     Component "family": Length mismatch: comparison on first 11 components
     ── Failure ('test_example.R:34:5'): (code run outside of `test_that()`) ────────
     objects[[x]] not equal to expected[[x]].
     Component "family": Length mismatch: comparison on first 11 components
     ── Failure ('test_example.R:34:5'): (code run outside of `test_that()`) ────────
     objects[[x]] not equal to expected[[x]].
     Component "family": Length mismatch: comparison on first 11 components
     ── Failure ('test_example.R:34:5'): (code run outside of `test_that()`) ────────
     objects[[x]] not equal to expected[[x]].
     Component "family": Length mismatch: comparison on first 11 components
    
     [ FAIL 7 | WARN 1 | SKIP 0 | PASS 3 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64