Skip to content

Commit

Permalink
Merge pull request #331 from r-lib/fix/r-version-req
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi authored Sep 2, 2023
2 parents a0f5132 + 8b99d06 commit 5edb7dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/solve.R
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ pkgplan_i_lp_prefer_new_binaries <- function(lp) {
pkgs$platform != "source" &
pkgs$type %in% c("cran", "bioc", "standard")
)
whp <- setdiff(whp, lp$ruled_out)
v <- package_version(pkgs$version[whp])
ruled_out <- c(ruled_out, whp[v != max(v)])
}
Expand Down

0 comments on commit 5edb7dd

Please sign in to comment.