Package: hca
Title: Exploring the Human Cell Atlas Data Coordinating Platform
Version: 1.0.3
Authors@R: 
    c(person(given = "Maya",
           family = "McDaniel",
           role = c("aut", "cre"),
           email = "maya.mcdaniel@roswellpark.org"
      ),
      person(given = "Martin",
           family = "Morgan",
           role = "aut",
           email = "martin.morgan@roswellpark.org",
           comment = c(ORCID = "0000-0002-5874-8148")
      )
    )
Description: This package provides users with the ability to query the
    Human Cell Atlas data repository for single-cell experiment
    data. The `projects()`, `files()`, `samples()` and `bundles()`
    functions retrieve summary information on each of these indexes;
    corresponding `*_details()` are available for individual entries
    of each index. File-based resources can be downloaded using
    `files_download()`. Advanced use of the package allows the user to
    page through large result sets, and to flexibly query the
    'list-of-lists' structure representing query responses.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends: R (>= 4.1)
Imports: httr, jsonlite, dplyr, tibble, tidyr, BiocFileCache, tools,
        utils
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, LoomExperiment,
        BiocStyle
Config/testthat/edition: 3
VignetteBuilder: knitr
biocViews: Software, SingleCell
git_url: https://git.bioconductor.org/packages/hca
git_branch: RELEASE_3_13
git_last_commit: d0d0c9c
git_last_commit_date: 2021-08-20
Date/Publication: 2021-08-22
NeedsCompilation: no
Packaged: 2021-08-22 19:26:30 UTC; biocbuild
Author: Maya McDaniel [aut, cre],
  Martin Morgan [aut] (<https://orcid.org/0000-0002-5874-8148>)
Maintainer: Maya McDaniel <maya.mcdaniel@roswellpark.org>
Built: R 4.1.0; ; 2021-08-23 14:18:08 UTC; windows
