test_that("Data normalization completes", {
nv <- 1000
nt <- 170
x <- norm_BOLD(matrix(rnorm(nv*nt), nrow=nv))
testthat::expect_true(all(dim(x) == c(nv, nt)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.