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 2e8b836 ARROW-13554: [C++] Remove deprecated Scanner::Scan
add 8f35337 ARROW-9186: [R] Allow specifying CSV file encoding
No new revisions were added by this update.
Summary of changes:
r/R/arrowExports.R | 4 ++
r/R/csv.R | 19 ++++-
r/src/arrowExports.cpp | 17 +++++
r/src/io.cpp | 171 ++++++++++++++++++++++++++++++++++++++++++++
r/tests/testthat/test-csv.R | 46 ++++++++++++
r/tests/testthat/test-io.R | 138 +++++++++++++++++++++++++++++++++++
6 files changed, 393 insertions(+), 2 deletions(-)
create mode 100644 r/tests/testthat/test-io.R