Package: rirods
Title: R Client for 'iRODS'
Version: 0.2.0
Authors@R: c(
    person("Martin", "Schobben", , "schobbenmartin@gmail.com", role = c("aut", "cre", "cph"),
           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: 2024-03-15 18:13:49 UTC; nicola
Author: Martin Schobben [aut, cre, cph]
    (<https://orcid.org/0000-0001-8560-0037>),
  Mariana Montes [aut],
  Terrell Russell [ctb],
  Christine Staiger [ctb],
  Ton Smeele [ctb],
  Alan King [ctb]
Maintainer: Martin Schobben <schobbenmartin@gmail.com>
Repository: CRAN
Date/Publication: 2024-03-15 18:30:02 UTC
Built: R 4.6.0; ; 2025-07-18 07:15:23 UTC; unix
