MiroslavaK / r-google-analytics

Automatically exported from code.google.com/p/r-google-analytics
0 stars 0 forks source link

Warning : RGoogleAnalytics is not available for R 3.0.0 and R 3.0.1 #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Update R to the latest version (3.0.1)
2. Re Install RGoogleAnalytics
3.

What is the expected output? What do you see instead?
Warning : RGoogleAnalytics is not available for R 3.0.0 and R 3.0.1

What version of the product are you using? On what operating system?
RGoogleAnalytics 1.3, Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by kushan@tatvic.com on 21 Jun 2013 at 6:07

Attachments:

GoogleCodeExporter commented 8 years ago
Hi Kushan, 

This is RStudio specific warning message! While installing this package from 
RStudio, it will call getDependencies() to check its dependencies and also 
identify that whether the original  package exists on CRAN and throws the given 
warning when it doesn't. 

As RGoogleAnalytics package is not on CRAN, hence the warning. This is not 
error, so ignore it. I hope this should be fixed up when RGoogleAnalytics will 
be on CRAN or RStudio team take care of this little issue.  

Doing the installation from default R console will not fire this warning 
message().

Original comment by vignesh2066@gmail.com on 21 Jun 2013 at 1:38