Skip to content

Commit 0e2b539

Browse files
JosiahParrygeorgestagg
authored andcommitted
Inherit dependencies parameter from add_pkg in build
1 parent f960f0b commit 0e2b539

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

R/build.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
#' source. If `NA`, use a built-in list of references to packages pre-modified
1111
#' for use with webR. Defaults to `NULL`, meaning no preference over the usual
1212
#' remote sources.
13-
#' @param dependencies Dependency specification for packages to additionally
14-
#' build. Defaults to `FALSE`, meaning no additional packages. See
15-
#' [pkgdepends::as_pkg_dependencies] for details.
13+
#' @inheritParams add_pkg
1614
#'
1715
#' @importFrom pkgdepends new_pkg_download_proposal
1816
#' @export

0 commit comments

Comments
 (0)