Unable to install Rprogresql package

Hi All ,
I have installed Progresql DB . To extract data from it and use for my analytics purpose in R, I try to install package 'RProgreSql' but it was gave an error package not found in R studio 3.1.4. Is there any way I can do it?

Are you looking for this package - https://cran.r-project.org/web/packages/RPostgres/index.html?
Or maybe this - https://cran.r-project.org/web/packages/RPostgreSQL/index.html?

Regardless, your problem is that:

  1. Your R version is ancient and you should update (you have 3.1.4 and current is 3.6.1). Even if you can install the packages above, most likely (as in 99% likely), you'll have problems with other packages.
  2. You've spelt the name of the package wrong and in future it makes sense to search for the name with " r" to see if the package with that name exists.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.