I am using postgresql
for some of my analysis and so far in R I've used the RPostgreSQL
library.
After a recent check I discovered that
- while still on CRAN, the sources are in the process of been evicted as part of the changes in google.code. Last update sometime 2014 (but the CRAN version is 3 years old).
- I couldn't find an indication of where the "official" source library is going to be (on the other hand on github there are various versions but it is difficult to understand which one is the "official" one).
- While browsing I discovered a
RPostgres
package by Hadley Wickham (no less!). It is described as being faster thatRPostgreSQL
, on the other hand it doesn't seem as mature. It is comforting that the latest update has been done in Feb. 2015.
My research on google for "GitHub rpostgresql tomoaki" wasn't helpful: there are loads of people that have copied the sources from google code onto GitHub and I couldn't find Tomoaki's page.
Does anybody know if:
RPostgreSQL
is still actively maintained?- Where the official sources are going to be located?
Also, what are the differences between RPostgres
and RPostgreSQL
?