tests/testthat/test_fetch.R

# Copyright 2017-2021 Gabriele Sales <gabriele.sales@unipd.it>
#
#
# This file is part of graphite.
#
# graphite is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License
# version 3 as published by the Free Software Foundation.
#
# graphite is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public
# License along with graphite. If not, see <http://www.gnu.org/licenses/>.

suppressPackageStartupMessages(library(httr))

context("Fetching of pathway data")

test_that("Mus musculus pathways can be downloaded", {
  purgeCache()
  p <- pathways("mmusculus", "kegg")
  expect_s4_class(p, "PathwayList")
})
sales-lab/graphite documentation built on Oct. 15, 2023, 9:23 a.m.