We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03526f3 commit 6d7ff51Copy full SHA for 6d7ff51
1 file changed
R/system.R
@@ -52,7 +52,7 @@ shell_mac_version <- function() {
52
#' @keywords internal
53
is_macos_r_supported <- function() {
54
mac_version <- shell_mac_version()
55
- version_between(mac_version, "10.13.0", "26.0")
+ version_between(mac_version, "10.13.0", "27.0")
56
}
57
58
#' Check if macOS Tahoe
0 commit comments