test_that("Correct result for univariate gaussian", {
expect_equal(mvnpdf(x=matrix(1.96), Log=FALSE)$y, dnorm(1.96))
expect_equal(mvnpdf(x=matrix(c(1.96,-0.5), ncol=2), Log=FALSE)$y, dnorm(c(1.96,-0.5)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.