M R/chrome.R => R/chrome.R +2 -0
@@ 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() {
M man/google_chrome_version_history.Rd => man/google_chrome_version_history.Rd +4 -0
@@ 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.
+}