context("test_fpbk") # Workaround for a bug in testthat 2.0
library(testthat)
library(FPBKPack2)
test_that("Sample test data loads", {
#load(system.file("data/exampledataset.rda", package="FPBKPack2"))
expect_type(exampledataset, "list")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.