You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2021/06/06 16:36:18 UTC

[arrow] branch master updated (98f352e -> f0c4854)

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

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


    from 98f352e  ARROW-12957: [R] rchk issues on cran
     add f0c4854  ARROW-12974: [R] test-r-without-arrow build fails because of example requiring Arrow

No new revisions were added by this update.

Summary of changes:
 r/R/array.R                     | 2 +-
 r/R/buffer.R                    | 2 +-
 r/R/chunked-array.R             | 2 +-
 r/R/compression.R               | 2 +-
 r/R/compute.R                   | 6 +++---
 r/R/filesystem.R                | 6 ++----
 r/R/flight.R                    | 4 ++--
 r/R/ipc_stream.R                | 4 ++--
 r/R/scalar.R                    | 2 +-
 r/R/type.R                      | 2 +-
 r/man/ChunkedArray.Rd           | 6 ++++--
 r/man/Scalar.Rd                 | 2 ++
 r/man/array.Rd                  | 3 ++-
 r/man/buffer.Rd                 | 2 ++
 r/man/codec_is_available.Rd     | 2 ++
 r/man/list_compute_functions.Rd | 2 ++
 r/man/load_flight_server.Rd     | 4 +++-
 r/man/match_arrow.Rd            | 2 ++
 r/man/s3_bucket.Rd              | 6 +++---
 r/man/type.Rd                   | 4 +++-
 r/man/value_counts.Rd           | 2 ++
 r/man/write_ipc_stream.Rd       | 2 ++
 r/man/write_to_raw.Rd           | 2 ++
 23 files changed, 46 insertions(+), 25 deletions(-)