Skip to content

Commit

Permalink
fix: Applied Remotes cleanup to min_cohort too
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Jul 17, 2023
1 parent 080366a commit caea5c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/deps_installation_proposal.R
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ new_min_cohort_deps_installation_proposal <- function(path, # nolint
}
)
new_refs_str <- vapply(new_refs, `[[`, character(1), "ref")
d <- desc_remotes_cleanup(d, new_refs)
d <- desc_cond_set_refs(d, new_refs_str)

# find PPM snapshot
Expand Down

0 comments on commit caea5c3

Please sign in to comment.