From 7c4c4acc18bc78c7ba27e2db6dd94f15f565620d Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Wed, 21 Mar 2018 08:03:10 -0400 Subject: [PATCH] Google Chrome --- R/chrome.R | 2 ++ man/google_chrome_version_history.Rd | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/R/chrome.R b/R/chrome.R index cc7f3c0..3486a08 100644 --- a/R/chrome.R +++ b/R/chrome.R @@ -7,6 +7,8 @@ #' ordered factor. #' #' @md +#' @note This _only_ pulls the first release date and does not distinguish by OS. +#' If more granular data is needed, file an issue or PR. #' @export google_chrome_version_history <- function() { diff --git a/man/google_chrome_version_history.Rd b/man/google_chrome_version_history.Rd index 6e671f2..3a98bcb 100644 --- a/man/google_chrome_version_history.Rd +++ b/man/google_chrome_version_history.Rd @@ -13,3 +13,7 @@ strings parsed and separate fields added. The data frame is also arranged in order from lowest version to latest version and the \code{vers} column is an ordered factor. } +\note{ +This \emph{only} pulls the first release date and does not distinguish by OS. +If more granular data is needed, file an issue or PR. +}