Skip to content

Commit 9580b06

Browse files
authored
Merge pull request #959 from stan-dev/andrjohns-patch-1
Fix rtools44 version alignment
2 parents af80122 + b3ae8c6 commit 9580b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/install.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ rtools4x_version <- function() {
855855
rtools_ver <- "40"
856856
} else if (R.version$minor < "3.0") {
857857
rtools_ver <- "42"
858-
} else if (R.version$minor < "5.0") {
858+
} else if (R.version$minor < "4.0") {
859859
rtools_ver <- "43"
860860
} else {
861861
rtools_ver <- "44"

0 commit comments

Comments
 (0)