Package: UCSCXenaTools
Title: Download and Explore Datasets from UCSC Xena Data Hubs
Version: 1.2.5
Authors@R: c(person("Shixiang", "Wang", email = "w_shixiang@163.com", role = c("aut", "cre"), 
            comment = c(ORCID = "0000-0001-9855-7357")),
            person("Xue-Song", "Liu", role = "aut", comment = c(ORCID = "0000-0002-7736-0077")),
            person("Martin", "Morgan", role="ctb"),
            person("Christine", "Stawitz", role="rev"),
            person("Carl", "Ganz", role="rev"))
Maintainer: Shixiang Wang <w_shixiang@163.com>
URL: https://github.com/ropensci/UCSCXenaTools
BugReports: https://github.com/ropensci/UCSCXenaTools/issues
Description: Download and explore datasets from UCSC Xena data hubs, which are
    a collection of UCSC-hosted public databases such as TCGA, ICGC, TARGET, GTEx, CCLE, and others.
    Databases are normalized so they can be combined, linked, filtered, explored and downloaded.
Depends: R (>= 3.0)
Imports: 
    httr,
    readr,
    methods,
    utils,
    dplyr,
    magrittr,
    jsonlite,
    rlang
Suggests: 
    DT,
    knitr,
    rmarkdown,
    prettydoc,
    shiny,
    shinydashboard,
    testthat (>= 2.1.0),
    covr
License: GPL-3
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
