tests/testthat/test-gamPred.R

library(vegan)
library(mgcv, quietly = TRUE)
data(varechem)
data(varespec)

test_that("generalized additive model prediction no error", {
    expect_no_error(
        gamPred(
            varespec,
            varechem
        )
    )
})

Try the betaStability package in your browser

Any scripts or data that you put into this service are public.

betaStability documentation built on June 5, 2026, 5:08 p.m.