Package: rcloner Title: Interface to 'rclone' Cloud Storage Utility Version: 0.0.1 Authors@R: person("Carl", "Boettiger", , "cboettig@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1642-628X")) Description: Provides an R interface to 'rclone' , a command-line program for managing files on cloud storage. 'rclone' supports over 40 cloud storage providers including 'S3'-compatible services ('Amazon S3', 'MinIO', 'Ceph'), 'Google Cloud Storage', 'Azure Blob Storage', and many others. This package downloads and manages the 'rclone' binary automatically and wraps its commands as R functions, returning results as data frames where appropriate. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: fs, jsonlite, processx, utils Suggests: covr, knitr, rmarkdown, spelling, testthat (>= 3.0.0), withr Config/testthat/edition: 3 Language: en-US VignetteBuilder: knitr URL: https://boettiger-lab.github.io/rcloner/, https://github.com/boettiger-lab/rcloner BugReports: https://github.com/boettiger-lab/rcloner/issues Config/pak/sysreqs: cmake make libuv1-dev Repository: https://boettiger-lab.r-universe.dev Date/Publication: 2026-03-22 20:53:41 UTC RemoteUrl: https://github.com/boettiger-lab/rcloner RemoteRef: HEAD RemoteSha: 2091105b186a6706bd41f1c0d707c127b67e28af NeedsCompilation: no Packaged: 2026-05-26 08:45:44 UTC; root Author: Carl Boettiger [aut, cre] (ORCID: ) Maintainer: Carl Boettiger