A friend sent me along this great tutorial on webscraping NYtimes with R. I would really love to try it. However, the first step is to installed a package called RJSONIO fro
You can install directly from the repository (note the type="source"):
type="source"
install.packages("RJSONIO", repos = "http://www.omegahat.org/R", type="source")