blob: a6ca5104d4988f08e5d75d7f72d359133beeea59 [file] [log] [blame]
Package: arrow
Title: R Integration to 'Apache' 'Arrow'
Version: 0.12.1.9000
Authors@R: c(
person("Romain", "François", email = "romain@rstudio.com", 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: R Integration to 'Apache' 'Arrow'.
Depends: R (>= 3.5)
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
SystemRequirements: C++11
LinkingTo:
Rcpp (>= 0.12.18.2)
Imports:
Rcpp (>= 0.12.18.2),
rlang,
purrr,
assertthat,
glue,
R6,
vctrs (>= 0.0.0.9000),
fs,
tibble,
crayon,
withr,
bit64
Remotes:
romainfrancois/vctrs@bit64,
RcppCore/Rcpp,
r-lib/withr
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Suggests:
testthat,
lubridate,
hms
Collate:
'enums.R'
'R6.R'
'ArrayData.R'
'ChunkedArray.R'
'Column.R'
'Field.R'
'List.R'
'RcppExports.R'
'RecordBatch.R'
'RecordBatchReader.R'
'RecordBatchWriter.R'
'Schema.R'
'Struct.R'
'Table.R'
'array.R'
'buffer.R'
'compute.R'
'csv.R'
'dictionary.R'
'feather.R'
'io.R'
'memory_pool.R'
'message.R'
'on_exit.R'
'parquet.R'
'read_record_batch.R'
'read_table.R'
'reexports-bit64.R'
'reexports-tibble.R'
'write_arrow.R'
'zzz.R'