Anyway this is the eventual sequence of steps I found to install this that works:
brew install postgresql svn checkout http://rpostgresql.googlecode.com/svn/trunk/ rpostgresql-read-only cd rpostgresql-read-only R CMD INSTALL --preclean RPostgreSQL
then in R just type library('RPostgreSQL') and you're good to go
1 comment:
I'm using the installer only because I wanted to make a universal installation video as the title suggests. On the servers I admin I wget from source and build it.
Post a Comment