How do I install RGoogleDocs from GitHub?
github, google-docs, r
Solution
If you have `Rtools` installed, you can use the `devtools` package and its `install_github` function to directly install packages from `github`.
Problem
I see that there is a new version of RGoogleDocs in GitHub. It is Version 0.6-0. https://github.com/duncantl/RGoogleDocs. How do I install it in the 64 bit version of R? In the past, Duncan Temple Lang provided pointed me to a zip file that contained the Windows binary file. I downloaded it and executed this command to get it installed `install.packages("C:/Users/Farrel/Dropbox/RGoogleDocs_0.5-0.zip",repos=NULL)`