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 0e2b539 commit 92dd948Copy full SHA for 92dd948
R/repo.R
@@ -78,8 +78,8 @@ add_list <- function(list_file, ...) {
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.
+#' optional dependencies as well. See [pkgdepends::as_pkg_dependencies]
+#' for details.
83
#'
84
#' @importFrom dplyr rows_update select
85
#' @importFrom pkgdepends new_pkg_download_proposal
0 commit comments