CRAN Package Check Results for Package arrow

Last updated on 2022-09-11 12:56:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 9.0.0 3001.58 326.16 3327.74 OK
r-devel-linux-x86_64-debian-gcc 9.0.0 2383.63 230.47 2614.10 OK
r-devel-linux-x86_64-fedora-clang 9.0.0 5261.20 NOTE
r-devel-linux-x86_64-fedora-gcc 9.0.0 4530.60 OK
r-devel-windows-x86_64 9.0.0 891.00 721.00 1612.00 ERROR
r-patched-linux-x86_64 9.0.0 2527.52 336.32 2863.84 ERROR
r-release-linux-x86_64 9.0.0 74.95 8.90 83.85 ERROR
r-release-macos-arm64 9.0.0 240.00 NOTE
r-release-macos-x86_64 9.0.0 354.00 NOTE
r-release-windows-x86_64 9.0.0 1140.00 726.00 1866.00 ERROR
r-oldrel-macos-arm64 9.0.0 221.00 NOTE
r-oldrel-macos-x86_64 9.0.0 354.00 NOTE
r-oldrel-windows-ix86+x86_64 9.0.0 842.00 902.00 1744.00 ERROR

Additional issues

M1mac

Check Details

Version: 9.0.0
Check: installed package size
Result: NOTE
     installed size is 44.7Mb
     sub-directories of 1Mb or more:
     R 4.1Mb
     libs 39.4Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 9.0.0
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘readr’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 9.0.0
Check: tests
Result: ERROR
     Running 'testthat.R' [232s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > # Licensed to the Apache Software Foundation (ASF) under one
     > # or more contributor license agreements. See the NOTICE file
     > # distributed with this work for additional information
     > # regarding copyright ownership. The ASF licenses this file
     > # to you under the Apache License, Version 2.0 (the
     > # "License"); you may not use this file except in compliance
     > # with the License. You may obtain a copy of the License at
     > #
     > # http://www.apache.org/licenses/LICENSE-2.0
     > #
     > # Unless required by applicable law or agreed to in writing,
     > # software distributed under the License is distributed on an
     > # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     > # KIND, either express or implied. See the License for the
     > # specific language governing permissions and limitations
     > # under the License.
     >
     > library(testthat)
     > library(arrow)
    
     Attaching package: 'arrow'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following object is masked from 'package:utils':
    
     timestamp
    
     > library(tibble)
     >
     > verbose_test_output <- identical(tolower(Sys.getenv("ARROW_R_DEV", "false")), "true") ||
     + identical(tolower(Sys.getenv("ARROW_R_VERBOSE_TEST", "false")), "true")
     >
     > if (verbose_test_output) {
     + arrow_reporter <- MultiReporter$new(list(CheckReporter$new(), LocationReporter$new()))
     + } else {
     + arrow_reporter <- check_reporter()
     + }
     > test_check("arrow", reporter = arrow_reporter)
     ps: unknown option -- v
     Try `ps --help' for more information.
     ps: unknown option -- v
     Try `ps --help' for more information.
     [ FAIL 1 | WARN 1 | SKIP 67 | PASS 8200 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • ARROW-12632: ExecuteScalarExpression cannot Execute non-scalar expression (1)
     • ARROW-13364 (1)
     • ARROW-14045 (1)
     • ARROW-17043 (date/datetime arithmetic with integers) (1)
     • Arrow C++ not built with substrait (1)
     • Flight server is not running (1)
     • Implement more aggressive implicit casting for scalars (ARROW-11402) (1)
     • Ingest_POSIXct only implemented for REALSXP (1)
     • Minio is not running (1)
     • Need halffloat support: https://issues.apache.org/jira/browse/ARROW-3802 (1)
     • On CRAN (40)
     • On Windows (6)
     • Parquet test data missing (1)
     • RE2 does not support backreferences in pattern (https://github.com/google/re2/issues/101) (1)
     • TODO (ARROW-16630): make sure BottomK can handle NA ordering (1)
     • TODO: (if anyone uses RangeEquals) (1)
     • TODO: 14071 (1)
     • Table with 0 cols doesn't know how many rows it should have (1)
     • This OS either does not support changing languages to fr or it caches translations (2)
     • Work around masking of data type functions (ARROW-12322) (1)
     • environment variable ARROW_LARGE_MEMORY_TESTS (1)
     • https://issues.apache.org/jira/browse/ARROW-7653 (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-dplyr-funcs-string.R:909:3): str_like ───────────────────────────
     <dplyr:::mutate_error/rlang_error/error/condition>
     Error in `mutate(., x = str_like(x, "%baz%"))`: Problem while computing `x = str_like(x, "%baz%")`.
     Caused by error in `str_like()`:
     ! could not find function "str_like"
     Backtrace:
     ▆
     1. ├─arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-string.R:909:2
     2. │ └─rlang::eval_tidy(expr, rlang::new_data_mask(rlang::env(.input = tbl))) at D:\RCompile\CRANpkg\local\4.3\arrow.Rcheck\tests\testthat\helper-expectation.R:97:2
     3. ├─.input %>% mutate(x = str_like(x, "%baz%")) %>% collect()
     4. ├─dplyr::collect(.)
     5. ├─dplyr::mutate(., x = str_like(x, "%baz%"))
     6. ├─dplyr:::mutate.data.frame(., x = str_like(x, "%baz%"))
     7. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), caller_env = caller_env())
     8. │ ├─base::withCallingHandlers(...)
     9. │ └─mask$eval_all_mutate(quo)
     10. └─base::.handleSimpleError(...)
     11. └─dplyr (local) h(simpleError(msg, call))
     12. └─rlang::abort(...)
    
     [ FAIL 1 | WARN 1 | SKIP 67 | PASS 8200 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 9.0.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [219s/244s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > # Licensed to the Apache Software Foundation (ASF) under one
     > # or more contributor license agreements. See the NOTICE file
     > # distributed with this work for additional information
     > # regarding copyright ownership. The ASF licenses this file
     > # to you under the Apache License, Version 2.0 (the
     > # "License"); you may not use this file except in compliance
     > # with the License. You may obtain a copy of the License at
     > #
     > # http://www.apache.org/licenses/LICENSE-2.0
     > #
     > # Unless required by applicable law or agreed to in writing,
     > # software distributed under the License is distributed on an
     > # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     > # KIND, either express or implied. See the License for the
     > # specific language governing permissions and limitations
     > # under the License.
     >
     > library(testthat)
     > library(arrow)
     Some features are not enabled in this build of Arrow. Run `arrow_info()` for more information.
    
     Attaching package: 'arrow'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following object is masked from 'package:utils':
    
     timestamp
    
     > library(tibble)
     >
     > verbose_test_output <- identical(tolower(Sys.getenv("ARROW_R_DEV", "false")), "true") ||
     + identical(tolower(Sys.getenv("ARROW_R_VERBOSE_TEST", "false")), "true")
     >
     > if (verbose_test_output) {
     + arrow_reporter <- MultiReporter$new(list(CheckReporter$new(), LocationReporter$new()))
     + } else {
     + arrow_reporter <- check_reporter()
     + }
     > test_check("arrow", reporter = arrow_reporter)
     [ FAIL 1 | WARN 0 | SKIP 78 | PASS 8174 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • ARROW-12632: ExecuteScalarExpression cannot Execute non-scalar expression (1)
     • ARROW-13364 (1)
     • ARROW-14045 (1)
     • ARROW-17043 (date/datetime arithmetic with integers) (1)
     • Arrow C++ not built with gcs (1)
     • Arrow C++ not built with gzip (9)
     • Arrow C++ not built with substrait (1)
     • Arrow C++ not built with zstd (5)
     • Flight server is not running (1)
     • Implement more aggressive implicit casting for scalars (ARROW-11402) (1)
     • Ingest_POSIXct only implemented for REALSXP (1)
     • Minio is not running (1)
     • Need halffloat support: https://issues.apache.org/jira/browse/ARROW-3802 (1)
     • On CRAN (40)
     • Parquet test data missing (1)
     • RE2 does not support backreferences in pattern (https://github.com/google/re2/issues/101) (1)
     • TODO (ARROW-16630): make sure BottomK can handle NA ordering (1)
     • TODO: (if anyone uses RangeEquals) (1)
     • TODO: 14071 (1)
     • Table with 0 cols doesn't know how many rows it should have (1)
     • This OS either does not support changing languages to fr or it caches translations (2)
     • Work around masking of data type functions (ARROW-12322) (1)
     • environment variable ARROW_LARGE_MEMORY_TESTS (1)
     • https://issues.apache.org/jira/browse/ARROW-7653 (1)
     • pyarrow not available for testing (1)
     • tolower(Sys.info()[["sysname"]]) != "windows" is TRUE (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-dplyr-funcs-string.R:909:3): str_like ───────────────────────────
     <dplyr:::mutate_error/rlang_error/error/condition>
     Error in `mutate(., x = str_like(x, "%baz%"))`: Problem while computing `x = str_like(x, "%baz%")`.
     Caused by error in `str_like()`:
     ! could not find function "str_like"
     Backtrace:
     ▆
     1. ├─arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-string.R:909:2
     2. │ └─rlang::eval_tidy(expr, rlang::new_data_mask(rlang::env(.input = tbl))) at tests/testthat/helper-expectation.R:97:2
     3. ├─.input %>% mutate(x = str_like(x, "%baz%")) %>% collect()
     4. ├─dplyr::collect(.)
     5. ├─dplyr::mutate(., x = str_like(x, "%baz%"))
     6. ├─dplyr:::mutate.data.frame(., x = str_like(x, "%baz%"))
     7. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), caller_env = caller_env())
     8. │ ├─base::withCallingHandlers(...)
     9. │ └─mask$eval_all_mutate(quo)
     10. └─base::.handleSimpleError(...)
     11. └─dplyr (local) h(simpleError(msg, call))
     12. └─rlang::abort(...)
    
     [ FAIL 1 | WARN 0 | SKIP 78 | PASS 8174 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 9.0.0
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-release-linux-x86_64

Version: 9.0.0
Check: tests
Result: ERROR
     Running 'testthat.R' [224s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > # Licensed to the Apache Software Foundation (ASF) under one
     > # or more contributor license agreements. See the NOTICE file
     > # distributed with this work for additional information
     > # regarding copyright ownership. The ASF licenses this file
     > # to you under the Apache License, Version 2.0 (the
     > # "License"); you may not use this file except in compliance
     > # with the License. You may obtain a copy of the License at
     > #
     > # http://www.apache.org/licenses/LICENSE-2.0
     > #
     > # Unless required by applicable law or agreed to in writing,
     > # software distributed under the License is distributed on an
     > # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     > # KIND, either express or implied. See the License for the
     > # specific language governing permissions and limitations
     > # under the License.
     >
     > library(testthat)
     > library(arrow)
    
     Attaching package: 'arrow'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following object is masked from 'package:utils':
    
     timestamp
    
     > library(tibble)
     >
     > verbose_test_output <- identical(tolower(Sys.getenv("ARROW_R_DEV", "false")), "true") ||
     + identical(tolower(Sys.getenv("ARROW_R_VERBOSE_TEST", "false")), "true")
     >
     > if (verbose_test_output) {
     + arrow_reporter <- MultiReporter$new(list(CheckReporter$new(), LocationReporter$new()))
     + } else {
     + arrow_reporter <- check_reporter()
     + }
     > test_check("arrow", reporter = arrow_reporter)
     ps: unknown option -- v
     Try `ps --help' for more information.
     ps: unknown option -- v
     Try `ps --help' for more information.
     [ FAIL 1 | WARN 1 | SKIP 67 | PASS 8202 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • ARROW-12632: ExecuteScalarExpression cannot Execute non-scalar expression (1)
     • ARROW-13364 (1)
     • ARROW-14045 (1)
     • ARROW-17043 (date/datetime arithmetic with integers) (1)
     • Arrow C++ not built with substrait (1)
     • Flight server is not running (1)
     • Implement more aggressive implicit casting for scalars (ARROW-11402) (1)
     • Ingest_POSIXct only implemented for REALSXP (1)
     • Minio is not running (1)
     • Need halffloat support: https://issues.apache.org/jira/browse/ARROW-3802 (1)
     • On CRAN (40)
     • On Windows (6)
     • Parquet test data missing (1)
     • RE2 does not support backreferences in pattern (https://github.com/google/re2/issues/101) (1)
     • TODO (ARROW-16630): make sure BottomK can handle NA ordering (1)
     • TODO: (if anyone uses RangeEquals) (1)
     • TODO: 14071 (1)
     • Table with 0 cols doesn't know how many rows it should have (1)
     • This OS either does not support changing languages to fr or it caches translations (2)
     • Work around masking of data type functions (ARROW-12322) (1)
     • environment variable ARROW_LARGE_MEMORY_TESTS (1)
     • https://issues.apache.org/jira/browse/ARROW-7653 (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-dplyr-funcs-string.R:909:3): str_like ───────────────────────────
     <dplyr:::mutate_error/rlang_error/error/condition>
     Error in `mutate(., x = str_like(x, "%baz%"))`: Problem while computing `x = str_like(x, "%baz%")`.
     Caused by error in `str_like()`:
     ! could not find function "str_like"
     Backtrace:
     ▆
     1. ├─arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-string.R:909:2
     2. │ └─rlang::eval_tidy(expr, rlang::new_data_mask(rlang::env(.input = tbl))) at D:\RCompile\CRANpkg\local\4.2\arrow.Rcheck\tests\testthat\helper-expectation.R:97:2
     3. ├─.input %>% mutate(x = str_like(x, "%baz%")) %>% collect()
     4. ├─dplyr::collect(.)
     5. ├─dplyr::mutate(., x = str_like(x, "%baz%"))
     6. ├─dplyr:::mutate.data.frame(., x = str_like(x, "%baz%"))
     7. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), caller_env = caller_env())
     8. │ ├─base::withCallingHandlers(...)
     9. │ └─mask$eval_all_mutate(quo)
     10. └─base::.handleSimpleError(...)
     11. └─dplyr (local) h(simpleError(msg, call))
     12. └─rlang::abort(...)
    
     [ FAIL 1 | WARN 1 | SKIP 67 | PASS 8202 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64

Version: 9.0.0
Check: for unstated dependencies in ‘tests’
Result: WARN
    Warning: unable to access index for repository https://bioconductor.org/packages/3.14/bioc/src/contrib:
     cannot open URL 'https://bioconductor.org/packages/3.14/bioc/src/contrib/PACKAGES'
    Warning: unable to access index for repository https://bioconductor.org/packages/3.14/data/annotation/src/contrib:
     cannot open URL 'https://bioconductor.org/packages/3.14/data/annotation/src/contrib/PACKAGES'
    Warning: unable to access index for repository https://bioconductor.org/packages/3.14/data/experiment/src/contrib:
     cannot open URL 'https://bioconductor.org/packages/3.14/data/experiment/src/contrib/PACKAGES'
Flavor: r-oldrel-windows-ix86+x86_64

Version: 9.0.0
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'testthat.R' [235s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > # Licensed to the Apache Software Foundation (ASF) under one
     > # or more contributor license agreements. See the NOTICE file
     > # distributed with this work for additional information
     > # regarding copyright ownership. The ASF licenses this file
     > # to you under the Apache License, Version 2.0 (the
     > # "License"); you may not use this file except in compliance
     > # with the License. You may obtain a copy of the License at
     > #
     > # http://www.apache.org/licenses/LICENSE-2.0
     > #
     > # Unless required by applicable law or agreed to in writing,
     > # software distributed under the License is distributed on an
     > # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     > # KIND, either express or implied. See the License for the
     > # specific language governing permissions and limitations
     > # under the License.
     >
     > library(testthat)
     > library(arrow)
    
     Attaching package: 'arrow'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following object is masked from 'package:utils':
    
     timestamp
    
     > library(tibble)
     >
     > verbose_test_output <- identical(tolower(Sys.getenv("ARROW_R_DEV", "false")), "true") ||
     + identical(tolower(Sys.getenv("ARROW_R_VERBOSE_TEST", "false")), "true")
     >
     > if (verbose_test_output) {
     + arrow_reporter <- MultiReporter$new(list(CheckReporter$new(), LocationReporter$new()))
     + } else {
     + arrow_reporter <- check_reporter()
     + }
     > test_check("arrow", reporter = arrow_reporter)
     ps: unknown option -- v
     Try `ps --help' for more information.
     ps: unknown option -- v
     Try `ps --help' for more information.
     [ FAIL 1 | WARN 2 | SKIP 67 | PASS 8202 ]
    
     == Skipped tests ===============================================================
     * ARROW-12632: ExecuteScalarExpression cannot Execute non-scalar expression (1)
     * ARROW-13364 (1)
     * ARROW-14045 (1)
     * ARROW-17043 (date/datetime arithmetic with integers) (1)
     * Arrow C++ not built with substrait (1)
     * Flight server is not running (1)
     * Implement more aggressive implicit casting for scalars (ARROW-11402) (1)
     * Ingest_POSIXct only implemented for REALSXP (1)
     * Minio is not running (1)
     * Need halffloat support: https://issues.apache.org/jira/browse/ARROW-3802 (1)
     * On CRAN (40)
     * On Windows (6)
     * Parquet test data missing (1)
     * RE2 does not support backreferences in pattern (https://github.com/google/re2/issues/101) (1)
     * TODO (ARROW-16630): make sure BottomK can handle NA ordering (1)
     * TODO: (if anyone uses RangeEquals) (1)
     * TODO: 14071 (1)
     * Table with 0 cols doesn't know how many rows it should have (1)
     * This OS either does not support changing languages to fr or it caches translations (2)
     * Work around masking of data type functions (ARROW-12322) (1)
     * environment variable ARROW_LARGE_MEMORY_TESTS (1)
     * https://issues.apache.org/jira/browse/ARROW-7653 (1)
    
     == Failed tests ================================================================
     -- Error (test-dplyr-funcs-string.R:909:3): str_like ---------------------------
     <dplyr:::mutate_error/rlang_error/error/condition>
     Error in `mutate(., x = str_like(x, "%baz%"))`: Problem while computing `x = str_like(x, "%baz%")`.
     Caused by error in `str_like()`:
     ! could not find function "str_like"
     Backtrace:
     x
     1. +-arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-string.R:909:2
     2. | \-rlang::eval_tidy(expr, rlang::new_data_mask(rlang::env(.input = tbl))) at d:\RCompile\CRANpkg\local\4.1\arrow.Rcheck\tests_i386\testthat\helper-expectation.R:97:2
     3. +-.input %>% mutate(x = str_like(x, "%baz%")) %>% collect()
     4. +-dplyr::collect(.)
     5. +-dplyr::mutate(., x = str_like(x, "%baz%"))
     6. +-dplyr:::mutate.data.frame(., x = str_like(x, "%baz%"))
     7. | \-dplyr:::mutate_cols(.data, dplyr_quosures(...), caller_env = caller_env())
     8. | +-base::withCallingHandlers(...)
     9. | \-mask$eval_all_mutate(quo)
     10. \-base::.handleSimpleError(...)
     11. \-dplyr (local) h(simpleError(msg, call))
     12. \-rlang::abort(...)
    
     [ FAIL 1 | WARN 2 | SKIP 67 | PASS 8202 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 9.0.0
Check: running tests for arch ‘x64’
Result: ERROR
     Running 'testthat.R' [246s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > # Licensed to the Apache Software Foundation (ASF) under one
     > # or more contributor license agreements. See the NOTICE file
     > # distributed with this work for additional information
     > # regarding copyright ownership. The ASF licenses this file
     > # to you under the Apache License, Version 2.0 (the
     > # "License"); you may not use this file except in compliance
     > # with the License. You may obtain a copy of the License at
     > #
     > # http://www.apache.org/licenses/LICENSE-2.0
     > #
     > # Unless required by applicable law or agreed to in writing,
     > # software distributed under the License is distributed on an
     > # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     > # KIND, either express or implied. See the License for the
     > # specific language governing permissions and limitations
     > # under the License.
     >
     > library(testthat)
     > library(arrow)
    
     Attaching package: 'arrow'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following object is masked from 'package:utils':
    
     timestamp
    
     > library(tibble)
     >
     > verbose_test_output <- identical(tolower(Sys.getenv("ARROW_R_DEV", "false")), "true") ||
     + identical(tolower(Sys.getenv("ARROW_R_VERBOSE_TEST", "false")), "true")
     >
     > if (verbose_test_output) {
     + arrow_reporter <- MultiReporter$new(list(CheckReporter$new(), LocationReporter$new()))
     + } else {
     + arrow_reporter <- check_reporter()
     + }
     > test_check("arrow", reporter = arrow_reporter)
     ps: unknown option -- v
     Try `ps --help' for more information.
     ps: unknown option -- v
     Try `ps --help' for more information.
     [ FAIL 1 | WARN 2 | SKIP 67 | PASS 8202 ]
    
     == Skipped tests ===============================================================
     * ARROW-12632: ExecuteScalarExpression cannot Execute non-scalar expression (1)
     * ARROW-13364 (1)
     * ARROW-14045 (1)
     * ARROW-17043 (date/datetime arithmetic with integers) (1)
     * Arrow C++ not built with substrait (1)
     * Flight server is not running (1)
     * Implement more aggressive implicit casting for scalars (ARROW-11402) (1)
     * Ingest_POSIXct only implemented for REALSXP (1)
     * Minio is not running (1)
     * Need halffloat support: https://issues.apache.org/jira/browse/ARROW-3802 (1)
     * On CRAN (40)
     * On Windows (6)
     * Parquet test data missing (1)
     * RE2 does not support backreferences in pattern (https://github.com/google/re2/issues/101) (1)
     * TODO (ARROW-16630): make sure BottomK can handle NA ordering (1)
     * TODO: (if anyone uses RangeEquals) (1)
     * TODO: 14071 (1)
     * Table with 0 cols doesn't know how many rows it should have (1)
     * This OS either does not support changing languages to fr or it caches translations (2)
     * Work around masking of data type functions (ARROW-12322) (1)
     * environment variable ARROW_LARGE_MEMORY_TESTS (1)
     * https://issues.apache.org/jira/browse/ARROW-7653 (1)
    
     == Failed tests ================================================================
     -- Error (test-dplyr-funcs-string.R:909:3): str_like ---------------------------
     <dplyr:::mutate_error/rlang_error/error/condition>
     Error in `mutate(., x = str_like(x, "%baz%"))`: Problem while computing `x = str_like(x, "%baz%")`.
     Caused by error in `str_like()`:
     ! could not find function "str_like"
     Backtrace:
     x
     1. +-arrow:::compare_dplyr_binding(...) at test-dplyr-funcs-string.R:909:2
     2. | \-rlang::eval_tidy(expr, rlang::new_data_mask(rlang::env(.input = tbl))) at d:\RCompile\CRANpkg\local\4.1\arrow.Rcheck\tests_x64\testthat\helper-expectation.R:97:2
     3. +-.input %>% mutate(x = str_like(x, "%baz%")) %>% collect()
     4. +-dplyr::collect(.)
     5. +-dplyr::mutate(., x = str_like(x, "%baz%"))
     6. +-dplyr:::mutate.data.frame(., x = str_like(x, "%baz%"))
     7. | \-dplyr:::mutate_cols(.data, dplyr_quosures(...), caller_env = caller_env())
     8. | +-base::withCallingHandlers(...)
     9. | \-mask$eval_all_mutate(quo)
     10. \-base::.handleSimpleError(...)
     11. \-dplyr (local) h(simpleError(msg, call))
     12. \-rlang::abort(...)
    
     [ FAIL 1 | WARN 2 | SKIP 67 | PASS 8202 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64