Package: arrow
Title: Integration to 'Apache' 'Arrow'
Version: 7.0.0
Authors@R: c(
    person("Neal", "Richardson", email = "neal@ursalabs.org", role = c("aut", "cre")),
    person("Ian", "Cook", email = "ianmcook@gmail.com", role = c("aut")),
    person("Nic", "Crane", email = "thisisnic@gmail.com", role = c("aut")),
    person("Jonathan", "Keane", email = "jkeane@gmail.com", role = c("aut")),
    person("Romain", "Fran\u00e7ois", email = "romain@rstudio.com", role = c("aut"), comment = c(ORCID = "0000-0002-2444-4226")),
    person("Jeroen", "Ooms", email = "jeroen@berkeley.edu", role = c("aut")),
    person("Javier", "Luraschi", email = "javier@rstudio.com", role = c("ctb")),
    person("Karl", "Dunkle Werner", email = "karldw@users.noreply.github.com", role = c("ctb"), comment = c(ORCID = "0000-0003-0523-7309")),
    person("Jeffrey", "Wong", email = "jeffreyw@netflix.com", role = c("ctb")),
    person("Apache Arrow", email = "dev@arrow.apache.org", role = c("aut", "cph"))
  )
Description: 'Apache' 'Arrow' <https://arrow.apache.org/> is a cross-language
    development platform for in-memory data. It specifies a standardized
    language-independent columnar memory format for flat and hierarchical data,
    organized for efficient analytic operations on modern hardware. This
    package provides an interface to the 'Arrow C++' library.
Depends: R (>= 3.4)
License: Apache License (>= 2.0)
URL: https://github.com/apache/arrow/, https://arrow.apache.org/docs/r/
BugReports: https://issues.apache.org/jira/projects/ARROW/issues
Encoding: UTF-8
Language: en-US
SystemRequirements: C++11; for AWS S3 support on Linux, libcurl and
        openssl (optional)
Biarch: true
Imports: assertthat, bit64 (>= 0.9-7), methods, purrr, R6, rlang,
        stats, tidyselect, utils, vctrs
RoxygenNote: 7.1.2
Config/testthat/edition: 3
VignetteBuilder: knitr
Suggests: DBI, dbplyr, decor, distro, dplyr, duckdb (>= 0.2.8), hms,
        knitr, lubridate, pkgload, reticulate, rmarkdown, stringi,
        stringr, testthat (>= 3.1.0), tibble, withr
LinkingTo: cpp11 (>= 0.4.2)
Collate: 'arrowExports.R' 'enums.R' 'arrow-package.R' 'type.R'
        'array-data.R' 'arrow-datum.R' 'array.R' 'arrow-tabular.R'
        'buffer.R' 'chunked-array.R' 'io.R' 'compression.R' 'scalar.R'
        'compute.R' 'config.R' 'csv.R' 'dataset.R' 'dataset-factory.R'
        'dataset-format.R' 'dataset-partition.R' 'dataset-scan.R'
        'dataset-write.R' 'deprecated.R' 'dictionary.R'
        'dplyr-arrange.R' 'dplyr-collect.R' 'dplyr-count.R'
        'dplyr-distinct.R' 'dplyr-eval.R' 'dplyr-filter.R'
        'dplyr-funcs-conditional.R' 'dplyr-funcs-datetime.R'
        'dplyr-funcs-math.R' 'dplyr-funcs-string.R'
        'dplyr-funcs-type.R' 'expression.R' 'dplyr-funcs.R'
        'dplyr-group-by.R' 'dplyr-join.R' 'dplyr-mutate.R'
        'dplyr-select.R' 'dplyr-summarize.R' 'record-batch.R' 'table.R'
        'dplyr.R' 'duckdb.R' 'feather.R' 'field.R' 'filesystem.R'
        'flight.R' 'install-arrow.R' 'ipc_stream.R' 'json.R'
        'memory-pool.R' 'message.R' 'metadata.R' 'parquet.R' 'python.R'
        'query-engine.R' 'record-batch-reader.R'
        'record-batch-writer.R' 'reexports-bit64.R'
        'reexports-tidyselect.R' 'schema.R' 'util.R'
NeedsCompilation: yes
Packaged: 2022-02-10 19:02:22 UTC; enpiar
Author: Neal Richardson [aut, cre],
  Ian Cook [aut],
  Nic Crane [aut],
  Jonathan Keane [aut],
  Romain François [aut] (<https://orcid.org/0000-0002-2444-4226>),
  Jeroen Ooms [aut],
  Javier Luraschi [ctb],
  Karl Dunkle Werner [ctb] (<https://orcid.org/0000-0003-0523-7309>),
  Jeffrey Wong [ctb],
  Apache Arrow [aut, cph]
Maintainer: Neal Richardson <neal@ursalabs.org>
Repository: CRAN
Date/Publication: 2022-02-10 22:30:02 UTC
Built: R 4.0.5; x86_64-apple-darwin17.0; 2022-02-11 11:31:34 UTC; unix
Archs: arrow.so.dSYM
