tests/testthat/test-04-system.R

source("system/invalid-inputs.R", TRUE)
source("system/data-formats.R", TRUE)
source("system/preproc.R", TRUE)
source("system/fuzzy.R", TRUE)
source("system/hierarchical.R", TRUE)
source("system/partitional.R", TRUE)
source("system/comparisons.R", TRUE)

test_that("The RNGkind was not affected by dtwclust.", {
    expect_identical(RNGkind()[1L], default_rngkind)
})

Try the dtwclust package in your browser

Any scripts or data that you put into this service are public.

dtwclust documentation built on March 7, 2023, 7:49 p.m.