Nothing
test_that("compare_regression_models etr II - linux", {
skip_if_not(is_reference_platform())
test_data_dir <- testthat::test_path("data", "dual_pam_data", "bulk")
result <- compare_regression_models_ETR_II(test_data_dir, read_dual_pam_data)
expect_equal(result[["eilers_peeters"]], 37)
expect_equal(result[["platt"]], 20)
expect_equal(result[["vollenweider"]], 39)
expect_equal(result[["walsby"]], 6)
})
test_that("compare_regression_models etr II", {
test_data_dir <- testthat::test_path("data", "dual_pam_data", "bulk")
result <- compare_regression_models_ETR_II(test_data_dir, read_dual_pam_data)
expect_named(result, c("eilers_peeters", "platt", "vollenweider", "walsby"), ignore.order = TRUE)
})
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.