Skip to content

Commit

Permalink
fix arrow repo
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Oct 12, 2023
1 parent 71c9f14 commit 183f365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/tools/nixlibs.R
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,8 @@ if (is_release) {
VERSION <- VERSION[1, 1:3]
arrow_repo <- paste0(getOption("arrow.repo", sprintf("https://apache.jfrog.io/artifactory/arrow/r/%s", VERSION)), "/libarrow/")
} else {
VERSION <- find_latest_nightly(VERSION)
arrow_repo <- paste0(getOption("arrow.dev_repo", "https://nightlies.apache.org/arrow/r"), "/libarrow/")
VERSION <- find_latest_nightly(VERSION)
}

options(.arrow.cleanup = character()) # To collect dirs to rm on exit
Expand Down

0 comments on commit 183f365

Please sign in to comment.