Package: hca
Title: Exploring the Human Cell Atlas Data Coordinating Platform
Version: 1.4.3
Authors@R: 
    c(person(given = "Maya",
           family = "McDaniel",
           role = c("aut"),
           email = "maya.mcdaniel@roswellpark.org"
      ),
      person(given = "Martin",
           family = "Morgan",
           role = c("aut", "cre"),
           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.2.1
Depends: R (>= 4.1)
Imports: httr, jsonlite, dplyr, tibble, tidyr, readr, BiocFileCache,
        tools, utils, digest
Suggests: futile.logger, LoomExperiment, SummarizedExperiment,
        SingleCellExperiment, S4Vectors, methods, testthat (>= 3.0.0),
        knitr, rmarkdown, BiocStyle
Config/testthat/edition: 3
VignetteBuilder: knitr
biocViews: Software, SingleCell
git_url: https://git.bioconductor.org/packages/hca
git_branch: RELEASE_3_15
git_last_commit: 3995bfc
git_last_commit_date: 2022-07-21
Date/Publication: 2022-08-02
NeedsCompilation: no
Packaged: 2022-08-02 22:55:21 UTC; biocbuild
Author: Maya McDaniel [aut],
  Martin Morgan [aut, cre] (<https://orcid.org/0000-0002-5874-8148>)
Maintainer: Martin Morgan <martin.morgan@roswellpark.org>
Built: R 4.2.1; ; 2022-08-03 11:04:04 UTC; windows
