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/09/07 14:53:31 UTC

[arrow] branch master updated (6c7c4f0 -> 9064fa0)

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

jonkeane pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 6c7c4f0  ARROW-13671: [Dev] Fix conda recipe on Arm 64k page system
     add 9064fa0  ARROW-12981: [R] Install source package from CRAN alone

No new revisions were added by this update.

Summary of changes:
 ...tibility.yml => github.linux.offline.build.yml} |  98 +++----
 dev/tasks/tasks.yml                                |  13 +
 r/.gitignore                                       |   8 +
 r/Makefile                                         |   7 +
 r/NAMESPACE                                        |   1 +
 r/R/install-arrow.R                                | 102 ++++++-
 r/_pkgdown.yml                                     |   1 +
 r/configure                                        |  21 +-
 r/inst/build_arrow_static.sh                       |   1 +
 r/man/create_package_with_all_dependencies.Rd      |  70 +++++
 r/tools/nixlibs.R                                  | 308 +++++++++++++--------
 r/vignettes/developing.Rmd                         |  71 +++--
 r/vignettes/install.Rmd                            |  58 +++-
 13 files changed, 545 insertions(+), 214 deletions(-)
 copy dev/tasks/r/{github.linux.version.compatibility.yml => github.linux.offline.build.yml} (59%)
 create mode 100644 r/man/create_package_with_all_dependencies.Rd