I've just setup an R repository to host my R extensions that I've published. This currently contains RSAP the SAP RFC connector, and RMonet the MonetDB connector using the Monet MAPI C API.

It's a very easy process as document here .

This repository can be generally accessed by doing the following:
setRepositories(addURLs = c(PiersHarding = "http://piersharding.com/R"))

Or for and individual package:
install.packages('RMonet', repos=c('http://piersharding.com/R'))

Posted by PiersHarding at February 10, 2013 8:49 AM