context("mat2dt")
test_that("basic",{
fileRef <- "testReference/mat2dt_1.rds"
cov <- NMreadCov("testData/nonmem/xgxr032.cov")
res <- mat2dt(cov,triangle="upper")
expect_equal_to_reference(res,fileRef)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.