Package: hca
Title: Exploring the Human Cell Atlas Data Coordinating Platform
Version: 1.8.1
Authors@R: 
    c(person(given = "Maya", family = "McDaniel", role = "aut"),
      person(given = "Martin",
           family = "Morgan",
           role = c("aut", "cre"),
           email = "martin.morgan@roswellpark.org",
           comment = c(ORCID = "0000-0002-5874-8148")
      ),
      person(given = "Kayla", family = "Interdonato", role = "ctb")
    )
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.2
Depends: R (>= 4.1)
Imports: httr, jsonlite, dplyr, tibble, tidyr, readr, BiocFileCache,
        tools, utils, digest, shiny, miniUI, DT
Suggests: 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_17
git_last_commit: e64e518
git_last_commit_date: 2023-06-06
Date/Publication: 2023-06-06
NeedsCompilation: no
Packaged: 2023-06-06 23:52:35 UTC; biocbuild
Author: Maya McDaniel [aut],
  Martin Morgan [aut, cre] (<https://orcid.org/0000-0002-5874-8148>),
  Kayla Interdonato [ctb]
Maintainer: Martin Morgan <martin.morgan@roswellpark.org>
Built: R 4.3.0; ; 2023-06-07 13:22:38 UTC; windows
