R Under development (unstable) (2023-10-21 r85382 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(RPostgres) > > test_check("RPostgres") Could not initialise default postgres database. If postgres is running check that the environment variables PGHOST, PGPORT, PGUSER, PGPASSWORD, and PGDATABASE, are defined and point to your database. Could not initialise default postgres database. If postgres is running check that the environment variables PGHOST, PGPORT, PGUSER, PGPASSWORD, and PGDATABASE, are defined and point to your database. Could not initialise default postgres database. If postgres is running check that the environment variables PGHOST, PGPORT, PGUSER, PGPASSWORD, and PGDATABASE, are defined and point to your database. Could not initialise default postgres database. If postgres is running check that the environment variables PGHOST, PGPORT, PGUSER, PGPASSWORD, and PGDATABASE, are defined and point to your database. Could not initialise default postgres database. If postgres is running check that the environment variables PGHOST, PGPORT, PGUSER, PGPASSWORD, and PGDATABASE, are defined and point to your database. [ FAIL 0 | WARN 0 | SKIP 53 | PASS 11 ] ══ Skipped tests (53) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-dbConnect.R:55:3', 'test-dbConnect.R:60:3', 'test-isTransacting.R:2:3', 'test-timezone.R:1:1', 'test-transactions.R:2:3', 'test-transactions.R:21:3', 'test-transactions.R:48:3', 'test-transactions.R:75:3', 'test-transactions.R:97:3', 'test-transactions.R:119:3', 'test-transactions.R:132:3', 'test-transactions.R:163:3', 'test-transactions.R:196:3', 'test-transactions.R:242:3', 'test-transactions.R:288:3', 'test-transactions.R:334:3', 'test-transactions.R:380:3' • Test database not available (33): 'test-Redshift.R:8:7', 'test-bigint.R:2:3', 'test-bigint.R:9:3', 'test-bigint.R:16:3', 'test-checkInterrupts.R:2:3', 'test-checkInterrupts.R:11:3', 'test-data-type.R:3:3', 'test-dbConnect.R:2:3', 'test-dbConnect.R:8:3', 'test-dbConnect.R:24:3', 'test-dbConnect.R:35:3', 'test-dbConnect.R:45:3', 'test-dbGetQuery.R:2:3', 'test-dbGetQuery.R:17:3', 'test-dbGetQuery.R:37:3', 'test-dbGetQuery.R:58:3', 'test-dbQuoteIdentifier.R:2:3', 'test-dbQuoteIdentifier.R:11:3', 'test-dbQuoteIdentifier.R:20:3', 'test-dbQuoteIdentifier.R:29:3', 'test-dbQuoteIdentifier.R:48:3', 'test-dbQuoteIdentifier.R:61:3', 'test-dbQuoteIdentifier.R:69:3', 'test-dbQuoteLiteral.R:2:3', 'test-immediate.R:2:3', 'test-immediate.R:34:3', 'test-immediate.R:46:3', 'test-immediate.R:63:3', 'test-immediate.R:86:3', 'test-immediate.R:197:3', 'test-types.R:6:3', 'test-waitForNotify.R:2:3', 'test-waitForNotify.R:9:3' • postgresHasDefault() is not TRUE (3): 'test-checkInterrupts.R:20:3', 'test-immediate.R:109:3', 'test-immediate.R:154:3' [ FAIL 0 | WARN 0 | SKIP 53 | PASS 11 ] > > proc.time() user system elapsed 1.76 0.20 156.56