Nothing
context("Testing summary commands for set_parameter_matrix")
testthat::skip_on_cran()
testthat::test_that(
desc = "Read P.",
code = {
model <- make_model("X -> Y")
model <- set_parameter_matrix(model, P = get_parameter_matrix(model))
expect_true(!is.null(model$P))
}
)
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.