Nothing
test_that("calculate qpearsonIII", {
# test calc_qpearsonIII and calc_qlpearsonIII, expect returned numeric value
r <- calc_qpearsonIII(p = 0.1)
expect_true(is.numeric(r))
r <- calc_qlpearsonIII(p = 0.1)
expect_true(is.numeric(r))
})
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.