Nothing
library(rhdf5filters)
test_that("HDF5_PLUGIN_PATH environment variable is set", {
expect_true( nchar(Sys.getenv("HDF5_PLUGIN_PATH")) > 0 )
})
test_that("plugin path is returned", {
expect_is(tmp <- hdf5_plugin_path(), "character")
expect_true( grepl(pattern = "rhdf5filters/lib", x = tmp) )
})
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.