Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install RGoogleDocs from GitHub?

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)

like image 572
Farrel Avatar asked Dec 13 '22 00:12

Farrel


1 Answers

If you have Rtools installed, you can use the devtools package and its install_github function to directly install packages from github.

like image 168
Ramnath Avatar answered Dec 22 '22 00:12

Ramnath