test_that("getRsd", {
A <- matrix(rnorm(10*60), nrow=10)
expect_more_than(getRsd(A), 0)
expect_equal(length(getRsd(A, onlyReturnMedian=FALSE)), 60)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.