Nothing
library(testthat)
library(MultiATSM)
test_that("LoadData loads correct datasets for each paper", {
# Test all valid cases
valid_cases <- c("BR_2017", "CM_2024", "CM_2023")
for (case in valid_cases) {
expect_silent(LoadData(case))
}
})
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.