M R/uaparser.R => R/uaparser.R +1 -1
@@ 10,7 10,7 @@
#' plus patch level along with os family and major & minor versions plus
#' device brand and model.
#' @references \url{http://www.uaparser.org/}
-#' @note The regex YAML import date: 2016-08-04
+#' @note The regex YAML import date: 2020-03-31
#' @examples
#' ua_parse(paste0("Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.2 (KHTML, ",
#' "like Gecko) Ubuntu/11.10 Chromium/15.0.874.106 ",
M README.md => README.md +1 -1
@@ 5,7 5,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re
[](https://keybase.io/hrbrmstr)

+%](https://img.shields.io/badge/Signed_Commits-14%25-lightgrey.svg)
[](https://travis-ci.org/hrbrmstr/uaparserjs)
[![Coverage
M man/ua_parse.Rd => man/ua_parse.Rd +1 -1
@@ 21,7 21,7 @@ Takes in a character vector of user agent strings and returns a \code{tibble}
of parsed user agents.
}
\note{
-The regex YAML import date: 2016-08-04
+The regex YAML import date: 2020-03-31
}
\examples{
ua_parse(paste0("Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.2 (KHTML, ",