Skip to content

artemklevtsov/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.

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.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 50.1%
  • M4 43.4%
  • R 6.5%