Nothing
context("Loading the model")
library(MOFA2)
test_that("a pre-trained model can be loaded from disk", {
filepath <- system.file("extdata", "model.hdf5", package = "MOFA2")
expect_is(load_model(filepath), "MOFA")
})
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.