We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60e4eb commit f960f0bCopy full SHA for f960f0b
R/repo.R
@@ -77,6 +77,8 @@ add_list <- function(list_file, ...) {
77
#' packages pre-modified for use with webR.
78
#' @param dependencies Dependency specification for packages to additionally
79
#' 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.
82
#' See [pkgdepends::as_pkg_dependencies] for details.
83
#'
84
#' @importFrom dplyr rows_update select
0 commit comments