R Under development (unstable) (2024-05-29 r86642 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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(nanoarrow) > > 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) { + reporter <- MultiReporter$new(list(CheckReporter$new(), LocationReporter$new())) + } else { + reporter <- check_reporter() + } > > test_check("nanoarrow", reporter = reporter) The tzdb package is not installed. Timezones will not be available to Arrow compute functions. [ FAIL 0 | WARN 0 | SKIP 7 | PASS 1351 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-array-stream.R:96:3', 'test-array-stream.R:121:3', 'test-as-array.R:59:3', 'test-as-array.R:383:3', 'test-as-array.R:619:3', 'test-buffer.R:54:3' • dplyr cannot be loaded (1): 'test-ipc.R:244:3' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 1351 ] > > proc.time() user system elapsed 7.73 1.14 9.15