test_that("nlme_gastempt graphics creates a plot", {
skip_on_cran()
skip_on_ci()
d = simulate_gastempt(seed = 4711)$data
fit = nlme_gastempt(d)
expect_s3_class(fit, "nlme_gastempt")
p = plot(fit)
vdiffr::expect_doppelganger("nlme gastempt", p)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.