skardhamar / rga

R Google Analytics
187 stars 90 forks source link

Problem installing package #89

Closed SJC1969 closed 7 years ago

SJC1969 commented 7 years ago

I'm unable to install the package using:

install.packages("skardhamar/rga") or install.packages("rga","skardhamar")

both result in the following:

package is not available (for R version 3.3.2)

I'm new to this, so I might be doing something wrong. Any assistance/guidance on what steps I should take would be greatly appreciated.

Thanks in advance.

EricGoldsmith commented 7 years ago

The rga package is not available on CRAN, which is where install.packages() looks. Instead, you need to use devtools::install_github() from the devtools package.

SJC1969 commented 7 years ago

Thanks, worked like a charm. I hate being new to things.