Package: uaparserjs
Type: Package
Title: Parse Browser 'User-Agent' Strings into Data Frames
Version: 0.3.0
Date: 2020-03-31
Authors@R: c(
person("Bob", "Rudis", , "bob@rud.is", c("aut", "cre")),
person("Lindsey", "Simon", role = "aut", comment = "uap-core"),
person("Tobie", "Langel", role = "aut", comment = "uap-core"),
person("Colman", "Humphrey", role = "ctb"))
Maintainer: Bob Rudis <bob@rud.is>
Description: Despite there being a section in RFC 7231
<https://tools.ietf.org/html/rfc7231#section-5.5.3> defining a suggested
structure for 'User-Agent' headers this data is notoriously difficult
to parse consistently. A function is provided that will take in user agent
strings and return structured R objects. This is a 'V8'-backed package
based on the 'ua-parser' project <https://github.com/ua-parser>.
URL: http://github.com/hrbrmstr/uaparserjs
BugReports: https://github.com/hrbrmstr/uaparserjs/issues
License: Apache License
Suggests:
testthat
Depends:
R (>= 3.0.0)
Encoding: UTF-8
Imports:
purrr,
dplyr,
V8
RoxygenNote: 7.1.0