R Under development (unstable) (2024-12-21 r87453 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. > # Copyright (c) Meta Platforms, Inc. and affiliates. > # All rights reserved. > # > # This source code is licensed under the BSD-style license found in the > # LICENSE file in the root directory of this source tree. > > library("testthat") > library("DBI") > library("dplyr") Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union > library("RPresto") > > test_check("RPresto") [ FAIL 0 | WARN 1 | SKIP 83 | PASS 213 ] ══ Skipped tests (83) ══════════════════════════════════════════════════════════ • Cannot set locale to Turkish_Turkey.1254it is set at: German_Germany.utf8 (18): 'test-dbDataType.R:9:1', 'test-dbFetch.R:216:1', 'test-dbFetch.R:262:1', 'test-dbGetQuery.R:9:1', 'test-dbGetQuery.R:39:1', 'test-dplyr_as_type.R:9:1', 'test-get.state.R:9:1', 'test-response.to.content.R:9:1', 'test-sql_escape_date.R:9:1', 'test-sql_escape_datetime.R:9:1', 'test-translate_sql.R:9:1', 'test-translate_sql.R:117:1', 'test-translate_sql.R:153:1', 'test-translate_sql.R:189:1', 'test-translate_sql.R:322:1', 'test-translate_sql.R:340:1', 'test-translate_sql.R:398:1', 'test-translate_sql.R:427:1' • On CRAN (63): 'test-bigint_handling.R:10:3', 'test-bigint_handling.R:23:3', 'test-bigint_handling.R:52:3', 'test-copy_to.src_presto.R:68:3', 'test-copy_to.src_presto.R:76:3', 'test-copy_to.src_presto.R:82:3', 'test-cte.R:10:3', 'test-cte.R:26:3', 'test-cte.R:67:3', 'test-cte.R:108:3', 'test-cte.R:204:3', 'test-data_types.R:10:3', 'test-data_types.R:31:3', 'test-data_types.R:67:3', 'test-data_types.R:98:3', 'test-data_types.R:128:3', 'test-dbAppendTable.R:10:3', 'test-dbClearResult.R:10:3', 'test-dbCreateTable.R:10:3', 'test-dbCreateTable.R:41:3', 'test-dbCreateTableAs.R:10:3', 'test-dbCreateTableAs.R:54:3', 'test-dbDisconnect.R:10:3', 'test-dbExecute.R:10:3', 'test-dbExecute.R:33:3', 'test-dbExecute.R:56:3', 'test-dbExecute.R:79:3', 'test-dbExistsTable.R:10:3', 'test-dbFetch.R:10:3', 'test-dbGetInfo.R:10:3', 'test-dbGetRowCount.R:10:3', 'test-dbGetStatement.R:10:3', 'test-dbHasCompleted.R:10:3', 'test-dbIsValid.R:10:3', 'test-dbListFields.R:10:3', 'test-dbListTables.R:10:3', 'test-dbReadTable.R:10:3', 'test-dbRemoveTable.R:10:3', 'test-dbRenameTable.R:30:3', 'test-dbSendQuery.R:10:3', 'test-dbWriteTable.R:10:3', 'test-dbWriteTable.R:76:3', 'test-db_explain.R:10:3', 'test-db_query_fields.R:10:3', 'test-dbplyr-sql.R:10:3', 'test-dplyr.integration.R:10:3', 'test-extra.credential.R:10:3', 'test-fetch.R:10:3', 'test-integration.R:31:3', 'test-presto_field.R:26:3', 'test-presto_field.R:220:3', 'test-presto_field.R:516:3', 'test-presto_field.R:742:3', 'test-presto_field.R:806:3', 'test-presto_field.R:840:3', 'test-presto_field.R:898:3', 'test-presto_field.R:916:3', 'test-presto_field.R:932:3', 'test-presto_field.R:940:3', 'test-session.property.R:19:3', 'test-session.timezone.R:21:3', 'test-tbl.src_presto.R:10:3', 'test-tbl.src_presto.R:58:3' • presto_has_default() is not TRUE (2): 'test-dbListFields.R:30:3', 'test-tbl.src_presto.R:44:3' [ FAIL 0 | WARN 1 | SKIP 83 | PASS 213 ] > > proc.time() user system elapsed 6.84 0.78 20.48