rOpenSec / uap-r

R implementation of ua-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C++ 87.9%Language:R 12.1%