Nothing
#generate sin wave test
x <- seq(-pi, pi, 0.01)
y <- sin(x)
test_that("dcor vs splines", {
expect_false(isTRUE(all.equal(sc_splines(x,y), sc_dcor(x,y))))
})
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.