Nothing
context("NMgenPNM")
test_that("basic",{
fileRef <- "testReference/NMgenPNM_01.rds"
fn <- tempfile()
NMgenPNM(nc=16,file=fn)
lines <- readLines(fn)
expect_equal_to_reference(lines,fileRef)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.