Package: cloudfs
Title: Streamlined Interface to Interact with Cloud Storage Platforms
Version: 0.1.3
Authors@R: c(
person("Iaroslav", "Domin", email = "iaroslav@gradientmetrics.com", role = c("aut", "cre")),
person("Stefan", "Musch", email = "stefan@gradientmetrics.com", role = c("aut")),
person("Michal", "Czyz", email = "michal@gradientmetrics.com", role = c("aut")),
person("Emmanuel", "Ugochukwu", email = "emmanuel@gradientmetrics.com", role = c("aut")),
person("Gradient Metrics", role = c("cph", "fnd"))
)
Description: A unified interface for simplifying cloud storage
interactions, including uploading, downloading, reading, and
writing files, with functions for both 'Google Drive'
() and 'Amazon S3'
().
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports: aws.s3, googledrive, desc, dplyr, cli, utils, rlang, glue,
httr
Suggests: googlesheets4, haven, jsonlite, knitr, readr, readxl,
rmarkdown, testthat (>= 3.0.0), withr, writexl, xml2
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://g6t.github.io/cloudfs/, https://github.com/g6t/cloudfs
BugReports: https://github.com/g6t/cloudfs/issues
Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev libssl-dev
Repository: https://g6t.r-universe.dev
Date/Publication: 2024-05-07 16:44:07 UTC
RemoteUrl: https://github.com/g6t/cloudfs
RemoteRef: HEAD
RemoteSha: 811ae7ceb79b1a46f467eae81be24d07859ebe99
NeedsCompilation: no
Packaged: 2026-06-22 08:12:38 UTC; root
Author: Iaroslav Domin [aut, cre],
Stefan Musch [aut],
Michal Czyz [aut],
Emmanuel Ugochukwu [aut],
Gradient Metrics [cph, fnd]
Maintainer: Iaroslav Domin
Depends: R (>= 4.1.0)