context("MSnProcess class")
test_that("MSnbase version", {
p <- new("MSnProcess")
expect_true(validObject(p))
expect_true(p@MSnbaseVersion==as.character(packageVersion("MSnbase")))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.