Nothing
devtools::load_all()
testthat::expect_error({
modsemify("y ~ x + z + (x + z | cluster)", parentheses.as.string = FALSE)
})
testthat::expect_no_condition({
modsemify("y ~ x + z + (x + z | cluster)", parentheses.as.string = TRUE)
})
testthat::expect_true(!PARSER_SETTINGS$parentheses.as.string)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.