dwww Home | Show directory contents | Find package

context("ks")

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)
})

Generated by dwww version 1.15 on Wed May 22 19:17:41 CEST 2024.