I am receiving the following error:
Error: sslmode value "require" invalid when SSL support is not compiled in Execution halted Warning in install.packages : installation of package ‘broom’ had non-zero exit status
I get this error when I try to install the following packages:
library(RPostgres)
install.packages(c("broom", "cli", "data.table", "pillar", "pkgload", "quantreg",
"RcppParallel", "renv", "rmarkdown", "WriteXLS"))
I am running Rstudio(Version 1.3.1073) on MacOS 11.2.1 on the following machine:
Model Name: MacBook Pro
Processor Name: Quad-Core Intel Core i5
Processor Speed: 2.4 GHz
Number of Processors: 1
Total Number of Cores: 4
L2 Cache (per Core): 256 KB
L3 Cache: 6 MB
Hyper-Threading Technology: Enabled
Memory: 8 GB
HELP??