Skip to content

Commit 9ae9c6e

Browse files
authored
Add macOS sonoma-arm64 to valid options in repo check
1 parent df979aa commit 9ae9c6e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

R/internal.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ repoPrefix <- function(type, Rversion) {
4949
"bin/macosx/big-sur-arm64/contrib/%s",
5050
Rversion
5151
),
52+
"mac.binary.sonoma-arm64" = sprintf(
53+
"bin/macosx/sonoma-arm64/contrib/%s",
54+
Rversion
55+
),
5256
stop("Type ", type, " not recognised.")
5357
)
5458
}

0 commit comments

Comments
 (0)