Nothing
testthat::test_that(
desc = "prepFigV3 works",
code = {
inp <- system.file(package = "eCerto", "extdata", "eCerto_Testdata_VModule.xlsx")
tab <- eCerto:::read_Vdata(file = inp)
x <- eCerto:::flt_Vdata(x = tab, l = c(2,4), a = "PFBA")
pdf(NULL)
vdiffr::expect_doppelganger(
title = "FigV3 Standard",
fig = function() eCerto:::prepFigV3(x = x, cex = 0.8)
)
}
)
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.