This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new bd57703 ARROW-4623: [R] update Rcpp version
bd57703 is described below
commit bd57703b702b00d5d2fdaac2f46314525f32fdad
Author: Romain Francois <[email protected]>
AuthorDate: Tue Feb 19 15:00:56 2019 +0100
ARROW-4623: [R] update Rcpp version
Since Rcpp 1.0.0 is on cran, we don't need to use a remote version.
Author: Romain Francois <[email protected]>
Closes #3700 from romainfrancois/ARROW-4623/Rcpp_version and squashes the
following commits:
796b683a <Romain Francois> update Rcpp version
---
r/DESCRIPTION | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/r/DESCRIPTION b/r/DESCRIPTION
index d994575..0521922 100644
--- a/r/DESCRIPTION
+++ b/r/DESCRIPTION
@@ -14,23 +14,22 @@ Encoding: UTF-8
LazyData: true
SystemRequirements: C++11
LinkingTo:
- Rcpp (>= 0.12.18.2)
+ Rcpp (>= 1.0.0)
Imports:
- Rcpp (>= 0.12.18.2),
+ Rcpp (>= 1.0.0),
rlang,
purrr,
assertthat,
glue,
R6,
- vctrs (>= 0.0.0.9000),
+ vctrs (>= 0.1.0.9000),
fs,
tibble,
crayon,
withr,
bit64
Remotes:
- romainfrancois/vctrs@bit64,
- RcppCore/Rcpp,
+ r-lib/vctrs,
r-lib/withr
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1