forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
follow up from @wesm comments on apache#2489
- Loading branch information
1 parent
a1a5e7c
commit 79c5001
Showing
6 changed files
with
8 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
Package: arrow | ||
Title: Bindings to 'Apache' 'Arrow' | ||
Title: R Integration to 'Apache' 'Arrow' | ||
Version: 0.0.0.9000 | ||
Authors@R: c( | ||
person("Romain", "François", email = "[email protected]", role = c("aut", "cre")) | ||
person("Romain", "François", email = "[email protected]", role = c("aut", "cre")), | ||
person("Apache Arrow", email = "[email protected]", role = c("aut", "cph")) | ||
) | ||
Description: R bindings to Apache Arrow. | ||
Description: R Integration to 'Apache' 'Arrow'. | ||
Depends: R (>= 3.5) | ||
License: Apache License (>= 2.0) | ||
Encoding: UTF-8 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,6 @@ | |
|
||
#pragma once | ||
|
||
#define STRICT_R_HEADERS | ||
#include <Rcpp.h> | ||
#undef Free | ||
#include <arrow/api.h> |