Diff of /DESCRIPTION [000000] .. [0bdad5]

Switch to side-by-side view

--- a
+++ b/DESCRIPTION
@@ -0,0 +1,57 @@
+Package: UCSCXenaTools
+Title: Download and Explore Datasets from UCSC Xena Data Hubs
+Version: 1.6.0
+Authors@R: 
+    c(person(given = "Shixiang",
+             family = "Wang",
+             role = c("aut", "cre"),
+             email = "w_shixiang@163.com",
+             comment = c(ORCID = "0000-0001-9855-7357")),
+      person(given = "Xue-Song",
+             family = "Liu",
+             role = "aut",
+             comment = c(ORCID = "0000-0002-7736-0077")),
+      person(given = "Martin",
+             family = "Morgan",
+             role = "ctb"),
+      person(given = "Christine",
+             family = "Stawitz",
+             role = "rev",
+             comment = "Christine reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/315>"),
+      person(given = "Carl",
+             family = "Ganz",
+             role = "rev",
+             comment = "Carl reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/315>"))
+Maintainer: Shixiang Wang <w_shixiang@163.com>
+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.
+License: GPL-3
+URL: https://docs.ropensci.org/UCSCXenaTools/,
+    https://github.com/ropensci/UCSCXenaTools
+BugReports: https://github.com/ropensci/UCSCXenaTools/issues
+Depends: 
+    R (>= 3.5)
+Imports: 
+    digest,
+    dplyr,
+    httr,
+    jsonlite,
+    magrittr,
+    methods,
+    readr,
+    rlang,
+    utils
+Suggests: 
+    covr,
+    knitr,
+    prettydoc,
+    rmarkdown,
+    testthat (>= 2.1.0)
+VignetteBuilder: 
+    knitr
+Encoding: UTF-8
+LazyData: true
+Roxygen: list(markdown = TRUE)
+RoxygenNote: 7.3.2