~hrbrmstr/vershist

7c4c4acc18bc78c7ba27e2db6dd94f15f565620d — boB Rudis 5 years ago f4fde54
Google Chrome
2 files changed, 6 insertions(+), 0 deletions(-)

M R/chrome.R
M man/google_chrome_version_history.Rd
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.
}