context('Adding Iterations')
test_that(
"Adding Iterations"
, {
skip_on_cran()
miceObj <- addIterations(sampleMiceDefs,2,verbose=FALSE)
compDat <- completeData(miceObj)
expect_true(miceObj$callParams$maxiter == 5)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.