Skip to content

Commit

Permalink
Don't install suggested sub-packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Sep 1, 2024
1 parent 592e25f commit c7a4fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/confirm_deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ confirm_deps <- function(pkg,
return(
remotes::install_deps(
pkg = pkg,
dependencies = dependencies,
dependencies = NA,
...
)
)
Expand Down

0 comments on commit c7a4fb5

Please sign in to comment.