An implementation of tobie's ua-parser in R and C++
Author: Oliver Keyes and Alex Suhan
License: MIT
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.
- R;
- Rcpp;
- C++11;
- downloader;
- The boost-regex C++ library;
- The boost-system C++ library;
- The libyaml-cpp C++ library, version 0.5 or later.
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.