test_that("autotest", {
learner = lrn("regr.qgam")
expect_learner(learner)
result = run_autotest(learner, exclude = "utf8_feature_names")
expect_true(result, info = result$error)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.