Skip to content

Commit

Permalink
fix: require arrow >= 16.0, fix build issue on m-series macs
Browse files Browse the repository at this point in the history
  • Loading branch information
imathews committed May 28, 2024
1 parent 37dfb59 commit e334d8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ devtools::install()

- if devtools not installed, run install.packages("devtools")
- If you get SSL errors, run httr::set_config(httr::config(ssl_verifypeer = 0L))
- To install updates, run `devtools::install()`

Reload with Cmd + Shift + L or devtools::load_all(), experiment in console

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: redivis
Type: Package
Title: R interface for Redivis
Version: 0.6.20
Version: 0.6.21
Author: Redivis Inc.
Maintainer: Redivis <[email protected]>
Description: Supports working with Redivis datasets and tables through R.
Expand All @@ -19,7 +19,7 @@ Imports:
dplyr (>= 1.0.0),
stringr (>= 1.4.0),
tibble (>= 3.0.0),
arrow (>= 13.0.0),
arrow (>= 16.0.0),
bit64 (>= 4.0.5),
pbapply (>= 1.5-0),
sf (>= 1.0),
Expand Down

0 comments on commit e334d8d

Please sign in to comment.