Package: Ropendal Type: Package Title: Abstract Filesystem Access for R via 'Apache OpenDAL' Version: 0.0.1.9000 Authors@R: c( person(given = "Sounkou Mahamane", family = "Toure", email = "sounkoutoure@gmail.com", role = c("aut", "cre")), person("Apache OpenDAL contributors", role = "cph", comment = "Apache OpenDAL Rust crate"), person("Hiroaki", "Yutani", role = "cph", comment = "savvy R/Rust interface inspiration and dependency") ) Description: Provides a byte-oriented abstract filesystem interface for R backed by the Rust crate of 'Apache OpenDAL' . The package is designed around filesystem primitives, asynchronous Aio-like operations inspired by 'nanonext', pluggable raw-vector serializers, and a native C API for direct async byte access by other R packages. License: GPL (>= 3) URL: https://github.com/sounkou-bioinfo/Ropendal, https://sounkou-bioinfo.github.io/Ropendal BugReports: https://github.com/sounkou-bioinfo/Ropendal/issues SystemRequirements: Cargo (Rust's package manager), rustc >= 1.88.0, GNU make Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: S7 Suggests: tinytest, roxygen2, rmarkdown, knitr, pkgdown, Rtinycc VignetteBuilder: knitr Config/pak/sysreqs: make libclang-dev Repository: https://sounkou-bioinfo.r-universe.dev Date/Publication: 2026-07-06 14:28:27 UTC RemoteUrl: https://github.com/sounkou-bioinfo/Ropendal RemoteRef: HEAD RemoteSha: 3fb2f41e49966a1cf594762cf1a9414b248ba430 NeedsCompilation: yes Packaged: 2026-07-06 16:24:12 UTC; root Author: Sounkou Mahamane Toure [aut, cre], Apache OpenDAL contributors [cph] (Apache OpenDAL Rust crate), Hiroaki Yutani [cph] (savvy R/Rust interface inspiration and dependency) Maintainer: Sounkou Mahamane Toure