Nothing
library(splines)
testthat::test_that("splineDesigncpp: default values", {
testthat::expect_equal(splineDesigncpp(knots = 1:10, x = 4:7),
splineDesign(knots = 1:10, x = 4:7))
})
testthat::test_that("splineDesigncpp: derivatives", {
testthat::expect_equal(splineDesigncpp(knots = 1:10, x = 4:7,
derivs = 0:2),
splineDesign(knots = 1:10, x = 4:7,
derivs = 0:2))
})
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.