skardhamar / rga

R Google Analytics
186 stars 88 forks source link

Unable to install on R 3.1.1. #49

Open hrodelbert opened 10 years ago

hrodelbert commented 10 years ago

When I try to install rga on the latest version of R (3.1.1.), it mentions this warning:

'Warning in install.packages : package ‘C:/.../rga-master.zip’ is not available (for R version 3.1.1)'

I am trying to install directly from the zip file as the install_github command is not working on my system. I have successfully installed using this method on the previous version of R.

Any ideas much appreciated.

artemklevtsov commented 10 years ago

Are you shure that it's rga bug? I think you should try install another packages with install_github function and make a report to devtools issues tracker.

`` wbr Arttem