Skip to content

Commit

Permalink
Update R/dependencies_helper.R
Browse files Browse the repository at this point in the history
Co-authored-by: Dawid Kałędkowski <[email protected]>
  • Loading branch information
Nikolas Burkoff and gogonzo authored May 13, 2022
1 parent 2c08df1 commit d962347
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/dependencies_helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
#' @param internal_pkg_deps packages to not install (when `install_external_deps = TRUE`)
#' @param dry logical, if `FALSE` (default) run the actions, if `TRUE` do not
#' @param install_external_deps logical to describe whether to install
#' external dependencies of package using `remotes::install_deps` (or `renv::install` if
#' inside an renv environment) .
#' @param upgrade argument passed to `remotes::install_deps`, defaults to 'never'. Ignored
#' external dependencies of package using [remotes::install_deps()] (or [renv::install()] if
#' inside an `renv` environment) .
#' @param upgrade argument passed to [remotes::install_deps()], defaults to `'never'`. Ignored
#' if inside an `renv` environment.
#' @param rcmd_args list with names `build`, `check`,
#' `install` which are vectors that are passed as separate arguments
Expand Down

0 comments on commit d962347

Please sign in to comment.