Nothing
test_that("mts", {
skip_if(with_versions(R >= "4.3"))
expect_snapshot({
construct(ts(matrix(1:9, 3, 3), start = c(1961, 1), frequency = 12))
construct(ts(matrix(1:9, 3, 3), start = c(1961, 1), frequency = 12), opts_mts("next"))
construct(ts(matrix(1:9, 3, 3), start = c(1961, 1), frequency = 12), opts_mts("atomic"))
})
})
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.