context('VMPSigma')
init()
test_that('Experimental data is being loaded', {
vmp <- VMPSigma()
expect_equal(length(expVal(vmp)), 113)
expect_equal(length(expErr(vmp)), 113)
expect_equal(names(expKinematics(vmp)),c('m', 'Q2', 'W'))
expect_equal(attr(vmp, 'tmin'), -1.2)
expect_equal(attr(vmp, 'tmax'), 0.0)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.