Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.49 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.49 KB

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.

This package no longer works with the old (pre-0.5) version of the yaml-cpp library. You will need version 0.5 or later.

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.