library(rhdf5)
test_that("Filters can be tested for", {
## deflate should always be available. ID = 1
expect_true(H5Zfilter_avail(1))
## Arbitrary filter ID - hopefully doesn't exist
expect_false(H5Zfilter_avail(999))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.