context("apa.regression.default")
library(apaformat)
model = structure(1, class = "qq")
testthat::expect_message(apa.regression(model), "unknown model type: qq")
testthat::expect_message(apa.regression.default(model), "unknown model type: qq")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.