Package: Rega
Title: R Interface to European Genome-Phenome Archive
Version: 1.0.0
Authors@R: 
   c(
    person(
        "Igor", "Cervenka", , "igor.cervenka@unibas.ch", role = c("aut", "cre"), 
        comment = c(ORCID = "0000-0002-9438-5161")
    ),
    person(
        "Athimed", "El Taher", , "athimed.eltaher@unibas.ch", role = c("aut"), 
        comment = c(ORCID = "0000-0003-2424-8476")
    ),
    person(
        "Robert", "Ivanek", , "robert.ivanek@unibas.ch", role = c("aut"), 
        comment = c(ORCID = "0000-0002-8403-056X")
    )
   )
Description: 
    The European Genome-phenome Archive (EGA) provides long-term storage and 
    controlled sharing of personally identifiable genetic data. The Rega 
    package offers a streamlined and extensible R interface to the EGA API, 
    facilitating the programmatic upload of metadata. GEO-like Excel submission
    template is provided as a default method of organizing submission metadata.
License: Artistic-2.0
URL: https://github.com/ivanek/Rega
BugReports: https://github.com/ivanek/Rega/issues
Depends: R (>= 4.6)
Imports: askpass, httr2, jsonlite, jsonvalidate, keyring, readxl,
        rlang, stringr, tibble, tidyr, validate, yaml
Suggests: BiocStyle, knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
biocViews: Software, Infrastructure, ThirdPartyClient
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
git_url: https://git.bioconductor.org/packages/Rega
git_branch: RELEASE_3_23
git_last_commit: 5a60572
git_last_commit_date: 2026-04-28
Repository: Bioconductor 3.23
Date/Publication: 2026-04-28
NeedsCompilation: no
Packaged: 2026-04-29 00:09:07 UTC; biocbuild
Author: Igor Cervenka [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-9438-5161>),
  Athimed El Taher [aut] (ORCID: <https://orcid.org/0000-0003-2424-8476>),
  Robert Ivanek [aut] (ORCID: <https://orcid.org/0000-0002-8403-056X>)
Maintainer: Igor Cervenka <igor.cervenka@unibas.ch>
