Skip to content

Commit

Permalink
style and docs: run devtools::document() and styler::style_pkg()
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA committed May 24, 2024
1 parent 7fa3263 commit 1f12b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/runSS.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1f12b27

Please sign in to comment.