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 d0f56ed ARROW-8403: [C++] Add ToString() to ChunkedArray, Table and
RecordBatch
add 3ff0c18 ARROW-8409: [R] Add R wrappers for getting and setting global
CPU thread pool capacity
No new revisions were added by this update.
Summary of changes:
r/DESCRIPTION | 1 +
r/NAMESPACE | 2 ++
r/{tests/testthat/helper-parquet.R => R/config.R} | 16 +++++++++++-----
r/_pkgdown.yml | 3 +++
r/man/cpu_count.Rd | 11 +++++++++++
r/man/set_cpu_count.Rd | 14 ++++++++++++++
r/tests/testthat/test-thread-pool.R | 12 ++++++------
7 files changed, 48 insertions(+), 11 deletions(-)
copy r/{tests/testthat/helper-parquet.R => R/config.R} (71%)
create mode 100644 r/man/cpu_count.Rd
create mode 100644 r/man/set_cpu_count.Rd