Nothing
test_that("plotPred works", {
data("freelive2")
Ytrue<-YR2
Ypreds<-sampling_from_distribution(YR2,n=length(YR2)+1)
## the Ytrue and Ypreds should be of same length
expect_error(
plotPred(Ytrue,Ypreds)
)
})
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.