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

npr 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 4fd929b  ARROW-9574: [R] Cleanups for CRAN 1.0.0 release
4fd929b is described below

commit 4fd929b020d2c7d66952e91772bb5fa1f4797360
Author: Neal Richardson <[email protected]>
AuthorDate: Mon Jul 27 15:51:19 2020 -0700

    ARROW-9574: [R] Cleanups for CRAN 1.0.0 release
    
    Closes #7832 from nealrichardson/r-post-1.0.0
    
    Authored-by: Neal Richardson <[email protected]>
    Signed-off-by: Neal Richardson <[email protected]>
---
 r/README.md        |  2 +-
 r/configure        | 21 +++++++++++----------
 r/cran-comments.md |  2 +-
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/r/README.md b/r/README.md
index 36032c0..1d56019 100644
--- a/r/README.md
+++ b/r/README.md
@@ -91,7 +91,7 @@ brew install apache-arrow --HEAD
 ```
 
 On Windows, you can download a .zip file with the arrow dependencies from the
-[nightly bintray 
repository](https://dl.bintray.com/ursalabs/arrow-r/libarrow/bin/windows-35/),
+[nightly bintray 
repository](https://dl.bintray.com/ursalabs/arrow-r/libarrow/bin/windows/),
 and then set the `RWINLIB_LOCAL` environment variable to point to that
 zip file before installing the `arrow` R package. Version numbers in that
 repository correspond to dates, and you will likely want the most recent.
diff --git a/r/configure b/r/configure
index e2c7287..ecaeff7 100755
--- a/r/configure
+++ b/r/configure
@@ -198,16 +198,17 @@ fi
 # Write to Makevars
 sed -e "s|@cflags@|$PKG_CFLAGS|" -e "s|@libs@|$PKG_LIBS|" src/Makevars.in > 
src/Makevars
 
-# Add stripping
-if [ "$R_STRIP_SHARED_LIB" != "" ]; then
-  # R_STRIP_SHARED_LIB is set in the global Renviron and should be available 
here
-  echo "
-strip: \$(SHLIB)
-       $R_STRIP_SHARED_LIB \$(SHLIB) >/dev/null 2>&1 || true
-
-.phony: strip
-" >> src/Makevars
-fi
+# This is removed because a (bad?) CRAN check fails when arrow.so is stripped
+# # Add stripping
+# if [ "$R_STRIP_SHARED_LIB" != "" ]; then
+#   # R_STRIP_SHARED_LIB is set in the global Renviron and should be available 
here
+#   echo "
+# strip: \$(SHLIB)
+#      $R_STRIP_SHARED_LIB \$(SHLIB) >/dev/null 2>&1 || true
+#
+# .phony: strip
+# " >> src/Makevars
+# fi
 
 # Success
 exit 0
diff --git a/r/cran-comments.md b/r/cran-comments.md
index 07a184b..8fb63b8 100644
--- a/r/cran-comments.md
+++ b/r/cran-comments.md
@@ -3,7 +3,7 @@
 * Fedora Linux, GCC/clang, R-devel
 * Ubuntu Linux 16.04 LTS, R-release, GCC
 * win-builder (R-devel and R-release)
-* macOS 10.14, R-release
+* macOS 10.14, R-oldrel
 
 ## R CMD check results
 

Reply via email to