Package: feather
Title: R Bindings to the Feather 'API'
Version: 0.3.4
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
    person("RStudio", role = "cph"),
    person("Feather developers", role = "ctb", comment = "Bundled feather library"),
    person("Google", role = "ctb", comment = "Bundled flatbuffers code"),
    person("LevelDB Authors", role = "ctb")
  )
Description: Read and write feather files, a lightweight binary columnar
    data store designed for maximum speed.
Encoding: UTF-8
License: Apache License 2.0
LazyData: true
URL: https://github.com/wesm/feather
BugReports: https://github.com/wesm/feather/issues
LinkingTo: Rcpp
Imports: Rcpp, tibble (>= 2.0.0), hms
Suggests: testthat
SystemRequirements: little-endian platform
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-09-03 19:19:10 UTC; hadley
Author: Hadley Wickham [aut, cre],
  RStudio [cph],
  Feather developers [ctb] (Bundled feather library),
  Google [ctb] (Bundled flatbuffers code),
  LevelDB Authors [ctb]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2019-09-03 20:40:02 UTC
