- Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
Description
The recent updated RPostgres crashes R when running a code that used to work (account information is not disclosed):
require(RPostgres) wrds <- dbConnect(drv = Postgres(), host = "wrds-pgdata.wharton.upenn.edu", port = 9737, user = "username", password = "password", sslmode = "require", dbname = "wrds")
My session information is as follows:
R version 4.0.5 (2021-03-31) Platform: x86_64-redhat-linux-gnu (64-bit) Running under: Fedora 34 (Workstation Edition) Matrix products: default BLAS/LAPACK: /usr/lib64/libflexiblas.so.3.0 locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] RPostgres_1.4.0 loaded via a namespace (and not attached): [1] bit_4.0.4 compiler_4.0.5 ellipsis_0.3.2 hms_1.1.0 [5] DBI_1.1.1 tools_4.0.5 rstudioapi_0.13 Rcpp_1.0.7 [9] bit64_4.0.5 vctrs_0.3.8 blob_1.2.2 lifecycle_1.0.1 [13] pkgconfig_2.0.3 rlang_0.4.11
I reverted to version 1.3.3 and it works again.