skip_on_cran()
skip_if_not_installed("modeltests")
library(modeltests)
skip_if_not_installed("ks")
test_that("tidy.kde", {
check_arguments(tidy.kde)
fit <- ks::kde(mtcars[, 1:3])
td <- tidy(fit)
check_tidy_output(td)
check_dims(td, expected_cols = 4)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.