From 1f12b27f65403062d914a79d6e239e5ccb3e9dc0 Mon Sep 17 00:00:00 2001 From: k-doering-NOAA Date: Fri, 24 May 2024 15:00:40 +0000 Subject: [PATCH] style and docs: run devtools::document() and styler::style_pkg() --- R/runSS.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/runSS.R b/R/runSS.R index ff6e689..8cab179 100644 --- a/R/runSS.R +++ b/R/runSS.R @@ -119,7 +119,7 @@ get_bin <- function(bin_name = "ss") { if (.Platform[["OS.type"]] == "windows") { platform <- "Windows64" bin_name <- paste0(bin_name, ".exe") - bit <- R.version$arch + bit <- R.version[["arch"]] if (grepl("3", bit)) { if (!grepl("86", bit)) { platform <- "Windows32"