From 9796b1238fcab7ab64bd8ce8bded91fb3dff3539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Mon, 17 Jul 2023 13:36:11 +0200 Subject: [PATCH] fix: Applied Remotes cleanup to min_cohort too --- R/deps_installation_proposal.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/deps_installation_proposal.R b/R/deps_installation_proposal.R index b68b98d5..53cfb9c4 100644 --- a/R/deps_installation_proposal.R +++ b/R/deps_installation_proposal.R @@ -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