Nothing
skip_on_cran()
context("internal")
test_that("internal (labels)", {
expect_length(expect_is(moveVis:::.x_labels(c(NA, -10,0,10,20,30)), "expression"), 5)
expect_length(expect_is(moveVis:::.y_labels(c(NA, -10,0,10,20,30)), "expression"), 5)
})
test_that("internal (onLoad)", {
expect_invisible(moveVis:::.onLoad())
})
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.