boB Rudis 6 years ago
parent
commit
842cc7244c
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 2
      R/download-chromium.R
  2. 2
      man/download_chromium.Rd

2
R/download-chromium.R

@ -5,7 +5,7 @@
#' @param chromium_revision version to download (keep default unless you require
#' a specific version)
#' @export
download_chromium <- function(path = NULL, chromium_revision = 579032) {
download_chromium <- function(path, chromium_revision = 579032) {
path <- path.expand(path)
stopifnot(dir.exists(path))

2
man/download_chromium.Rd

@ -4,7 +4,7 @@
\alias{download_chromium}
\title{Download a standalone version of Chromium (recommended)}
\usage{
download_chromium(path = NULL, chromium_revision = 579032)
download_chromium(path, chromium_revision = 579032)
}
\arguments{
\item{path}{where to store the Chromium app.}

Loading…
Cancel
Save