Nothing
context("canceR functions")
#test_that("set_class", {
# foo <- . %>% .^2 %>% set_class(c("foo", class(.)))
#expect_equal(3 %>% foo %>% class,c("foo","numeric"))
#})
testthat::test_that("cgdsr connection",
{
mycgds <- cgdsr::CGDS("http://www.cbioportal.org/")
result <- cgdsr::test(mycgds)
})
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.