Package: s3.resourcer Type: Package Title: S3 Resource Resolver Version: 1.2.0 Authors@R: c(person(given = "Yannick", family = "Marcon", role = c("aut", "cre"), email = "yannick.marcon@obiba.org", comment = c(ORCID = "0000-0003-0138-2023")), person("OBiBa group", role="cph", email="info@obiba.org")) Description: A S3 resource is provided by Amazon Web Services S3 or a S3-compatible object store (such as Minio). The resource can be a tidy file to be downloaded from the object store, or a data lake (such as Delta Lake) Parquet file to be read by Apache Spark. License: LGPL (>= 2.1) Depends: R6, httr, resourcer (>= 1.2), aws.s3, sparklyr Suggests: testthat, knitr BugReports: https://github.com/obiba/s3.resourcer RoxygenNote: 7.2.3 Encoding: UTF-8 Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://obiba.r-universe.dev Date/Publication: 2025-09-26 09:41:48 UTC RemoteUrl: https://github.com/obiba/s3.resourcer RemoteRef: HEAD RemoteSha: b92da4cb6d4bc95487ef62d94c3c21a186666f75 NeedsCompilation: no Packaged: 2026-06-21 08:40:54 UTC; root Author: Yannick Marcon [aut, cre] (ORCID: ), OBiBa group [cph] Maintainer: Yannick Marcon