Nothing
test_that("complexity measures can be calculated", {
complexity(mock_ts) |>
expect_error(NA)
complexity(mock_ts, measures = c("autocorrelation", "variance")) |>
expect_error(NA)
})
test_that("alternative window alignments can be used", {
complexity(mock_ts, measures = "fluctuation", align = "left") |>
expect_error(NA)
complexity(mock_ts, measures = "fluctuation", align = "right") |>
expect_error(NA)
})
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.