Nothing
test_that("wbs works", {
x <- segment(DataCPSim, method = "wbs")
expect_s3_class(x, "tidycpt")
expect_s3_class(x$segmenter, "wbs")
expect_s3_class(as.ts(x), "ts")
expect_s3_class(augment(x), "grouped_ts")
expect_s3_class(tidy(x), "tbl_df")
expect_s3_class(glance(x), "tbl_df")
expect_type(changepoints(x), "integer")
expect_true(is_segmenter(x$segmenter))
expect_true(is_model(x$model))
})
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.