Package: rirods
Title: R Client for 'iRODS'
Version: 0.3.0
Authors@R: c(
    person("iRODS Consortium", email = "support@irods.org", role = c("cre", "cph")),
    person("Martin", "Schobben", email = "schobbenmartin@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0001-8560-0037")),
    person("Mariana", "Montes", role = "aut"),
    person("Terrell", "Russell", role = "ctb"),
    person("Christine", "Staiger", role = "ctb"),
    person("Ton", "Smeele", role = "ctb"),
    person("Alan", "King", role = "ctb")
  )
Description: The open sourced data management software 'Integrated
    Rule-Oriented Data System' ('iRODS') offers solutions for the whole
    data life cycle (<https://irods.org/>). The loosely constructed and
    highly configurable architecture of 'iRODS' frees the user from strict
    formatting constraints and single-vendor solutions. This package
    provides an interface to the 'iRODS' HTTP API, allowing you to manage
    your data and metadata in 'iRODS' with R. Storage of annotated files
    and R objects in 'iRODS' ensures findability, accessibility,
    interoperability, and reusability of data.
License: MIT + file LICENSE
URL: https://github.com/irods/irods_client_library_rirods,
        https://rirods.irods4r.org
BugReports: https://github.com/irods/irods_client_library_rirods/issues
Depends: R (>= 4.1)
Imports: curl, httr2 (>= 0.2.2), jsonlite, rappdirs, stats, testthat
        (>= 3.0.0), utils, withr
Suggests: httptest2, kableExtra, knitr, purrr, readr, rmarkdown,
        spelling
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.1
SystemRequirements: iRODS C++ HTTP API 0.2.0
        (<https://github.com/irods/irods_client_http_api>)
NeedsCompilation: no
Packaged: 2026-07-19 14:57:16 UTC; root
Author: iRODS Consortium [cre, cph],
  Martin Schobben [aut] (ORCID: <https://orcid.org/0000-0001-8560-0037>),
  Mariana Montes [aut],
  Terrell Russell [ctb],
  Christine Staiger [ctb],
  Ton Smeele [ctb],
  Alan King [ctb]
Maintainer: iRODS Consortium <support@irods.org>
Repository: CRAN
Date/Publication: 2026-07-19 15:40:08 UTC
Built: R 4.6.1; ; 2026-07-20 23:51:42 UTC; windows
