Package: uaparserjs
Type: Package
Title: Parse Browser 'User-Agent' Strings into Data Frames
Version: 0.1.0
Date: 2016-08-04
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"))
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)
Imports: purrr, dplyr, V8
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-08-05 02:53:40 UTC; bob
Author: Bob Rudis [aut, cre],
  Lindsey Simon [aut] (uap-core),
  Tobie Langel [aut] (uap-core)
Repository: CRAN
Date/Publication: 2016-08-05 11:53:30
