Skip to content

Commit 92dd948

Browse files
Update R/repo.R
Co-authored-by: George Stagg <[email protected]>
1 parent 0e2b539 commit 92dd948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/repo.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ add_list <- function(list_file, ...) {
7878
#' @param dependencies Dependency specification for packages to additionally
7979
#' add to the repository. Defaults to `FALSE`, meaning no additional packages.
8080
#' Use `NA` to install only hard dependencies whereas `TRUE` installs all
81-
#' optional dependencies as well.
82-
#' See [pkgdepends::as_pkg_dependencies] for details.
81+
#' optional dependencies as well. See [pkgdepends::as_pkg_dependencies]
82+
#' for details.
8383
#'
8484
#' @importFrom dplyr rows_update select
8585
#' @importFrom pkgdepends new_pkg_download_proposal

0 commit comments

Comments
 (0)