Nothing
context("SmoteClassif")
test_that("smoteClassif return a data frame", {
data(iris)
ir <- iris[c(1:70, 100:135), ]
irnew <- SmoteClassif(Species~., ir)
expect_true(is.data.frame(irnew))
})
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.