Package: uaparserjs
Type: Package
Title: Parse 'User-Agent' Strings
Version: 0.3.5
Date: 2020-05-11
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. Tools are 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: https://gitlab.com/hrbrmstr/uaparserjs
BugReports: https://gitlab.com/hrbrmstr/uaparserjs/issues
License: Apache License 2.0 | file LICENSE
Suggests: tinytest
Depends: R (>= 3.5.0)
Encoding: UTF-8
Imports: progress, V8
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-05-11 18:57:55 UTC; hrbrmstr
Author: Bob Rudis [aut, cre],
  Lindsey Simon [aut] (uap-core),
  Tobie Langel [aut] (uap-core),
  Colman Humphrey [ctb]
Repository: CRAN
Date/Publication: 2020-05-11 19:10:02 UTC
Built: R 4.3.0; ; 2023-04-12 15:29:07 UTC; unix
