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)
})
asardaes/dtwclust documentation built on March 3, 2023, 5:32 a.m.