library(testthat)
library(PDATK)
data(sampleICGCmicro)
data(sampleCohortList)
test_that('GeneFuModel constructor works correctly', {
expect_s4_class({ gfModel <- GeneFuModel(randomSeed=1987); gfModel },
'GeneFuModel')
expect_true(validObject(gfModel))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.