Nothing
test_that("A vector of the same length of distances is returned", {
lm_data <- data_gen_lm(10)
distances <- dist_cent(Y ~ ., lm_data)
expect_equal(nrow(lm_data), length(distances))
expect_true(all(is.numeric(distances)))
})
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.