Package: nanoarrow
Title: Interface to the 'nanoarrow' 'C' Library
Version: 0.7.0-1
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
RoxygenNote: 7.3.2
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, rlang,
        testthat (>= 3.0.0), tibble, vctrs, withr
SystemRequirements: libzstd (optional)
Config/testthat/edition: 3
Config/build/bootstrap: TRUE
NeedsCompilation: yes
Packaged: 2025-09-24 14:14:21 UTC; dewey
Author: Dewey Dunnington [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-9415-4582>),
  Apache Arrow [aut, cph],
  Apache Software Foundation [cph]
Maintainer: Dewey Dunnington <dewey@dunnington.ca>
Repository: CRAN
Date/Publication: 2025-09-24 15:10:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-09 01:01:28 UTC; windows
Archs: x64
