ua-parser / uap-r

R implementation of ua-parser
Other
14 stars 13 forks source link

How to install? #1

Closed jpmorris closed 9 years ago

jpmorris commented 9 years ago

A lot of github install 'instructions' are anything but. I'm afraid these 'instructions' are no different:

"Install uaparser through the usual install.packages() command..."

> install.packages("ua-parser")
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘ua-parser’ is not available (for R version 3.1.2)
> install.packages("uaparser")
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘uaparser’ is not available (for R version 3.1.2)
> install.packages("uap-r")
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘uap-r’ is not available (for R version 3.1.2)
Ironholds commented 9 years ago

My apologies; I'll clarify the instructions.