Package: arrow
Title: Integration to 'Apache' 'Arrow'
Version: 0.16.0.2
Authors@R: c(
    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("Neal", "Richardson", email = "neal@ursalabs.org", role = c("aut", "cre")),
    person("Javier", "Luraschi", email = "javier@rstudio.com", role = c("ctb")),
    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.1)
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
LazyData: true
SystemRequirements: C++11
Biarch: true
LinkingTo: Rcpp (>= 1.0.1)
Imports: assertthat, bit64, methods, purrr, R6, Rcpp (>= 1.0.1), rlang,
        tidyselect, utils, vctrs
RoxygenNote: 7.0.2
VignetteBuilder: knitr
Suggests: dplyr, hms, knitr, lubridate, pkgload, rmarkdown, testthat,
        tibble
Collate: 'enums.R' 'arrow-package.R' 'type.R' 'array-data.R' 'array.R'
        'arrowExports.R' 'buffer.R' 'chunked-array.R' 'io.R'
        'compression.R' 'compute.R' 'csv.R' 'dataset.R' 'dictionary.R'
        'record-batch.R' 'table.R' 'expression.R' 'dplyr.R' 'feather.R'
        'field.R' 'filesystem.R' 'install-arrow.R' 'json.R' 'list.R'
        'memory-pool.R' 'message.R' 'parquet.R' 'read-record-batch.R'
        'read-table.R' 'record-batch-reader.R' 'record-batch-writer.R'
        'reexports-bit64.R' 'reexports-tidyselect.R' 'schema.R'
        'struct.R' 'util.R' 'write-arrow.R'
NeedsCompilation: yes
Packaged: 2020-02-14 00:59:58 UTC; enpiar
Author: Romain François [aut] (<https://orcid.org/0000-0002-2444-4226>),
  Jeroen Ooms [aut],
  Neal Richardson [aut, cre],
  Javier Luraschi [ctb],
  Jeffrey Wong [ctb],
  Apache Arrow [aut, cph]
Maintainer: Neal Richardson <neal@ursalabs.org>
Repository: CRAN
Date/Publication: 2020-02-14 12:20:05 UTC
