JacobusS

Results 3 comments of JacobusS

So I found the solution to be to install the RPostgres package. install.packages("RPostgres") I hate to recommend another package here. But if you are like me and need this for...

Found a solution by installing the RPostgres library. install.packages("RPostgres")

Hi osoroe, Installing with devtools works for me on R 4.1.2, but haven't tried 4.2 yet install.packages("devtools") devtools::install_github("Shelmith-Kariuki/rAfrica")