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 48a93e4 commit 849915fCopy full SHA for 849915f
R/install.R
@@ -622,7 +622,7 @@ cmdstan_arch_suffix <- function(version = NULL) {
622
if (grepl("linux", R.version$os) && grepl("aarch64", R.version$arch)) {
623
arch <- "-linux-arm64"
624
}
625
- if (!is.null(version) && version < "2.26" && !is.null(arch_suffix)) {
+ if (!is.null(version) && version < "2.26") {
626
# pre-CmdStan 2.26, only the x85 tarball was provided
627
arch <- NULL
628
0 commit comments