Nothing
# No Parameter Endpoints -------------------------------------------------------
test_that("test endpoints- no parameters works without error", {
skip_on_cran()
skip_if(httr::http_error("www.cbioportal.org/api"))
db_test <- "public"
set_cbioportal_db(db = db_test)
endpoint_funs <- c(available_profiles = available_profiles,
available_gene_panels = available_gene_panels,
available_studies = available_studies,
get_genes = get_genes)
res <- expect_error(purrr::map(endpoint_funs,
function(fn) rlang::exec(fn)), NA)
expect_equal(names(res), names(endpoint_funs))
})
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.