Package: nanoarrow Title: Interface to the 'nanoarrow' 'C' Library Version: 0.8.0.9000 Authors@R: c( person(given = "Dewey", family = "Dunnington", role = c("aut", "cre"), email = "dewey@dunnington.ca", comment = c(ORCID = "0000-0002-9415-4582")), person("Apache Arrow", email = "dev@arrow.apache.org", role = c("aut", "cph")), person("Apache Software Foundation", email = "dev@arrow.apache.org", role = c("cph")) ) Description: Provides an 'R' interface to the 'nanoarrow' 'C' library and the 'Apache Arrow' application binary interface. Functions to import and export 'ArrowArray', 'ArrowSchema', and 'ArrowArrayStream' 'C' structures to and from 'R' objects are provided alongside helpers to facilitate zero-copy data transfer among 'R' bindings to libraries implementing the 'Arrow' 'C' data interface. License: Apache License (>= 2) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://arrow.apache.org/nanoarrow/latest/r/, https://github.com/apache/arrow-nanoarrow BugReports: https://github.com/apache/arrow-nanoarrow/issues Suggests: arrow (>= 9.0.0), bit64, blob, dplyr, hms, jsonlite, reticulate, rlang, testthat (>= 3.0.0), tibble, vctrs, withr SystemRequirements: libzstd (optional) Config/testthat/edition: 3 Config/build/bootstrap: TRUE Config/pak/sysreqs: libzstd-dev Repository: https://apache.r-universe.dev Date/Publication: 2026-06-26 16:27:00 UTC RemoteUrl: https://github.com/apache/arrow-nanoarrow RemoteRef: HEAD RemoteSha: a5d7011ff4838bd4cbf70c6f72b7078ea8842cd4 RemoteSubdir: r NeedsCompilation: yes Packaged: 2026-06-26 18:36:52 UTC; root Author: Dewey Dunnington [aut, cre] (ORCID: ), Apache Arrow [aut, cph], Apache Software Foundation [cph] Maintainer: Dewey Dunnington