Nothing
test_that("uniqDASamp works", {
data(mosquito)
Y <- Yotu
ID <- sample(c(1,1:length(Yotu)),replace = TRUE)
folds <- 5
## the Y length and the ID length is not the same
expect_error(uniqDASamp(Y, ID, folds))
})
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.