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(given = "Abiomix FZ LLC", role = c("cph", "fnd"),
comment = "Copyright holder and funder of Abiomix contributions"),
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/abiomix/abiomix-r-open,
https://github.com/sounkou-bioinfo/Ropendal,
https://sounkou-bioinfo.github.io/Ropendal
BugReports: https://github.com/abiomix/abiomix-r-open/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/abiomix/public-license: GPL-3.0-or-later
Config/abiomix/commercial-license: Separate written agreement for
Abiomix-owned contributions
Config/abiomix/license-policy:
https://github.com/abiomix/abiomix-r-open/blob/main/LICENSES.md
Config/pak/sysreqs: make libclang-dev
Repository: https://abiomix.r-universe.dev
Date/Publication: 2026-07-13 08:37:42 UTC
RemoteUrl: https://github.com/abiomix/abiomix-r-open
RemoteRef: HEAD
RemoteSha: dd82290ba296385fcc7d7dfed339886e9deb41a2
RemoteSubdir: packages/Ropendal
NeedsCompilation: yes
Packaged: 2026-07-13 11:50:59 UTC; root
Author: Sounkou Mahamane Toure [aut, cre],
Abiomix FZ LLC [cph, fnd] (Copyright holder and funder of Abiomix
contributions),
Apache OpenDAL contributors [cph] (Apache OpenDAL Rust crate),
Hiroaki Yutani [cph] (savvy R/Rust interface inspiration and
dependency)
Maintainer: Sounkou Mahamane Toure