@@ 6,7 6,8 @@ Date: 2016-08-10
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("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
@@ 1,7 1,7 @@
.pkgenv <- new.env(parent=emptyenv())
-.onAttach <- function(...) {
+.onLoad <- function(...) {
ctx <- v8()
ctx$source(system.file("js/bundle.js", package="uaparserjs"))
@@ 13,4 13,4 @@
assign("cache", cache, envir=.pkgenv)
-}>
\ No newline at end of file
+}