Skip to content

Commit

Permalink
ARROW-10774: [R] Set minimum cpp11 version
Browse files Browse the repository at this point in the history
R arrow doesn't compile with cpp11 0.1.

https://issues.apache.org/jira/browse/ARROW-10774

Closes apache#8808 from traversc/master

Authored-by: tching <[email protected]>
Signed-off-by: Neal Richardson <[email protected]>
  • Loading branch information
traversc authored and nealrichardson committed Dec 1, 2020
1 parent a8b9646 commit 97b06d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Suggests:
rmarkdown,
testthat,
tibble
LinkingTo: cpp11
LinkingTo: cpp11 (>= 0.2.0)
Collate:
'enums.R'
'arrow-package.R'
Expand Down

0 comments on commit 97b06d9

Please sign in to comment.