icebergr: Read and Write 'Apache Iceberg' Tables

A native client for 'Apache Iceberg', the open table format used by 'Snowflake', 'Databricks', 'BigQuery', 'AWS' and 'Dremio'. R has otherwise been able to read 'Iceberg' tables only by routing through 'DuckDB' as an intermediary, which rules out writes, snapshot management and catalog integration. This package talks to 'Iceberg' directly: it connects to REST and 'AWS Glue' catalogs, lists namespaces and tables, reads the schema and partition specification of a table, scans data with predicates and projections pushed down, travels back through snapshot history, and appends new data. 'Apache Arrow' is the interchange layer throughout, so scan results arrive in R without a serialisation round trip. Built on 'iceberg-rust', the Apache-governed 'Rust' implementation, via 'extendr'. Supports table spec versions 1 and 2; see the 'README' for the full matrix of supported and unsupported features. This is a community package, not affiliated with or endorsed by The Apache Software Foundation; 'Apache', 'Apache Iceberg' and 'Iceberg' are trademarks of The Apache Software Foundation.

Version: 0.1.0
Depends: R (≥ 4.2)
Imports: nanoarrow (≥ 0.4.0), rlang (≥ 1.1.0), tibble
Suggests: bit64, dplyr, knitr, rmarkdown, testthat (≥ 3.1.7), vctrs, withr (≥ 2.3.0)
Published: 2026-09-10
DOI: 10.32614/CRAN.package.icebergr (may not be active yet)
Author: Youzhi Yu [aut, cre], The Apache Software Foundation [cph] (iceberg-rust, bundled under Apache License 2.0)
Maintainer: Youzhi Yu <yuyouzhi666 at icloud.com>
BugReports: https://github.com/PursuitOfDataScience/icebergr/issues
License: GPL (≥ 3)
URL: https://github.com/PursuitOfDataScience/icebergr
NeedsCompilation: yes
SystemRequirements: Cargo (Rust's package manager), rustc >= 1.92, xz
Language: en-GB
Materials: README, NEWS
CRAN checks: icebergr results

Documentation:

Reference manual: icebergr.html , icebergr.pdf
Vignettes: Catalog configuration (source, R code)
Getting started with icebergr (source, R code)

Downloads:

Package source: icebergr_0.1.0.tar.gz
Windows binaries: r-devel: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-release (arm64): not available, r-oldrel (arm64): not available, r-release (x86_64): not available, r-oldrel (x86_64): not available

Linking:

Please use the canonical form https://CRAN.R-project.org/package=icebergr to link to this page.

mirror server hosted at Truenetwork, Russian Federation.