Nothing
test_that("accurate plot works", {
expect_silent(plot(FFbenvo))
expect_silent(plot(longitudinal_HFS))
expect_silent(plot(longitudinal_HFS,term="HFS",component="Time"))
})
test_that("inaccurate plot errors correctly",{
expect_error(plot(FFbenvo,term = "HFS"),regexp = "Term")
expect_error(plot(FFbenvo,component = "Time"))
})
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.