Skip to content

Commit f960f0b

Browse files
JosiahParrygeorgestagg
authored andcommitted
Clarify dependencies argument
1 parent c60e4eb commit f960f0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/repo.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ add_list <- function(list_file, ...) {
7777
#' packages pre-modified for use with webR.
7878
#' @param dependencies Dependency specification for packages to additionally
7979
#' add to the repository. Defaults to `FALSE`, meaning no additional packages.
80+
#' Use `NA` to install only hard dependencies whereas `TRUE` installs all
81+
#' optional dependencies as well.
8082
#' See [pkgdepends::as_pkg_dependencies] for details.
8183
#'
8284
#' @importFrom dplyr rows_update select

0 commit comments

Comments
 (0)