test_that("dssMvtnorm works", {
y <- c(0,0)
m <- c(1,1)
dssUpload('y', datasources = opals['server1'])
dssUpload('m', datasources = opals['server1'])
n <- dssMvtnorm('dmvnorm', 'y', 'm', newobj = 'new' ,datasources = opals['server1'])
expect_true(is.numeric(n$server1))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.