Package: feather Title: R Bindings to the Feather 'API' Version: 0.4.0.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")), person("RStudio", role = "cph"), person("LevelDB Authors", role = "ctb") ) Description: Read and write feather files, a lightweight binary columnar data store designed for maximum speed. License: Apache License 2.0 URL: https://github.com/wesm/feather BugReports: https://github.com/wesm/feather/issues Imports: arrow (>= 0.17.0) Suggests: hms, testthat (>= 3.0.0), tibble Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake libssl-dev Repository: https://wesm.r-universe.dev Date/Publication: 2025-12-08 14:57:33 UTC RemoteUrl: https://github.com/wesm/feather RemoteRef: HEAD RemoteSha: f94e1f20cb6131189169531ec7ef94e544adb9b6 RemoteSubdir: R NeedsCompilation: no Packaged: 2026-06-06 07:21:14 UTC; root Author: Hadley Wickham [aut, cre], RStudio [cph], LevelDB Authors [ctb] Maintainer: Hadley Wickham