context("Testing fromSizePathways method")
test_that("fromSizePathways", {
sP <- sizePathways(Info)
expect_message(test <- fromSizePathways(sP), "Iterations: ")
expect_equal(sP, sizePathways(test))
})
# test_that("fromSizePathways", {
# sP <- sizePathways(genesKegg)
#
# expect_message(test <- fromSizePathways(sP), "Iterations: ")
# expect_equal(sP, sizePathways(test))
# })
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.