Skip to content

Commit

Permalink
Moonshot
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 16, 2023
1 parent 7fdd892 commit 41332d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/check_suggested.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ check_suggested <- function(packages, use, top_level_fun = NULL) {
installed <- map_lgl(packages, is_installed)

if (all(installed)) {
return(TRUE)
return(use)
}

if (only_msg) {
Expand Down

0 comments on commit 41332d3

Please sign in to comment.