Package: gtexr
Title: Query the GTEx Portal API
Version: 0.1.0
Authors@R: c(
    person(given = "Alasdair",
           family = "Warwick",
           role = c("aut", "cre", "cph"),
           email = "alasdair.warwick.19@ucl.ac.uk",
           comment = c(ORCID = "0000-0002-0800-2890")),
    person("Benjamin", "Zuckerman", role = "aut",
           comment = c(ORCID = "0000-0002-0077-6074")),
    person("Abraham", "Olvera-Barrios", role = "aut",
           comment = c(ORCID = "0000-0002-3305-4465")),
    person("Chuin Ying", "Ung", role = "aut",
           comment = c(ORCID = "0000-0001-8487-4589")),
    person("Robert", "Luben", role = "aut",
           comment = c(ORCID = "0000-0002-5088-6343"))
    )
Description: A convenient R interface to the Genotype-Tissue Expression (GTEx) 
    Portal API. For more information on the API, see 
    <https://gtexportal.org/api/v2/redoc>.
License: MIT + file LICENSE
URL: https://rmgpanw.github.io/gtexr/, https://github.com/rmgpanw/gtexr
BugReports: https://github.com/rmgpanw/gtexr/issues
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: cli, dplyr, httr2 (>= 1.0.0), purrr, rlang, tibble, tidyr
Suggests: curl, httptest2, knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-09-18 23:52:25 UTC; alasdair
Author: Alasdair Warwick [aut, cre, cph]
    (<https://orcid.org/0000-0002-0800-2890>),
  Benjamin Zuckerman [aut] (<https://orcid.org/0000-0002-0077-6074>),
  Abraham Olvera-Barrios [aut] (<https://orcid.org/0000-0002-3305-4465>),
  Chuin Ying Ung [aut] (<https://orcid.org/0000-0001-8487-4589>),
  Robert Luben [aut] (<https://orcid.org/0000-0002-5088-6343>)
Maintainer: Alasdair Warwick <alasdair.warwick.19@ucl.ac.uk>
Repository: CRAN
Date/Publication: 2024-09-19 15:40:02 UTC
