Skip to content

Commit

Permalink
try2
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellga committed Mar 23, 2024
1 parent e78ca62 commit fa9170c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdocs/R/main.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ get_download_url <- function() {

binary <- switch(os,
Windows = "rdocs-x86_64-pc-windows-msvc.zip",
Linux = if (arch == "x86-64") "rdocs-x86_64-unknown-linux-gnu.tar.xz" else "rdocs-aarch64-unknown-linux-gnu.tar.xz",
Linux = "rdocs-x86_64-unknown-linux-gnu.tar.xz",
Darwin = if (arch == "x86-64") "rdocs-x86_64-apple-darwin.tar.xz" else "rdocs-aarch64-apple-darwin.tar.xz"
)

Expand Down

0 comments on commit fa9170c

Please sign in to comment.