Nothing
test_that("composeQspray", {
x <- qlone(1)
y <- qlone(2)
f <- function(x, y) {
x^4 + 2*y^3 - 4
}
p <- f(x, y)
q1 <- x^2 + 1
q2 <- y - 5
expect_true(composeQspray(p, list(q1, q2)) == f(q1, q2))
})
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.