Skip to content

rOpenSec/uap-r

 
 

Repository files navigation

uaparser

An implementation of tobie's ua-parser in R and C++

Author: Oliver Keyes and Alex Suhan
License: MIT

Installation

Install uaparser through:

devtools::install_github("ua-parser/uap-r")

Then place regexes.yaml from the uap-core repository in the installation directory. In the event that you don't complete this step, the uaparser will attempt to download the YAML file into a temporary directory when called, but this is less efficient and not workable for machines without a direct internet connection.

Follow the instructions on this wiki page if you are seeing errors related to yaml-cpp when attempting to install uaparser on OS X.

Dependencies

Contributing upstream

Both the library and the regex definitions welcome patches and reported issues! Just submit through GitHub and we'll do our best to merge or fix them promptly.

About

R implementation of ua-parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.9%
  • R 12.1%