You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/07/17 15:04:26 UTC

[arrow] branch master updated: ARROW-13355: [R] ensure that sf is installed in our revdep job

This is an automated email from the ASF dual-hosted git repository.

jonkeane 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 6179fc5  ARROW-13355: [R] ensure that sf is installed in our revdep job
6179fc5 is described below

commit 6179fc5b8ebab2a59ac14379ad505d7ed2702489
Author: Jonathan Keane <jk...@gmail.com>
AuthorDate: Sat Jul 17 10:02:52 2021 -0500

    ARROW-13355: [R] ensure that sf is installed in our revdep job
    
    Closes #10734 from jonkeane/ARROW-13355-revdep-sf
    
    Authored-by: Jonathan Keane <jk...@gmail.com>
    Signed-off-by: Jonathan Keane <jk...@gmail.com>
---
 ci/scripts/r_revdepcheck.sh | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/ci/scripts/r_revdepcheck.sh b/ci/scripts/r_revdepcheck.sh
index e260591..79ace9c 100755
--- a/ci/scripts/r_revdepcheck.sh
+++ b/ci/scripts/r_revdepcheck.sh
@@ -30,13 +30,17 @@ apt install -y libxml2-dev \
   libfontconfig1-dev \
   libcairo2-dev \
   libglpk-dev \
-  libmariadb-dev \
+  libmysqlclient-dev \
   unixodbc-dev \
   libpq-dev \
   coinor-libsymphony-dev \
   coinor-libcgl-dev \
   coinor-symphony \
-  libzmq3-dev
+  libzmq3-dev \
+  libudunits2-dev \
+  libgdal-dev \
+  libgeos-dev \
+  libproj-dev
 
 pushd ${source_dir}