assignUser commented on code in PR #13622:
URL: https://github.com/apache/arrow/pull/13622#discussion_r923313027
##########
r/tools/winlibs.R:
##########
@@ -37,28 +37,32 @@ if
(!file.exists(sprintf("windows/arrow-%s/include/arrow/api.h", VERSION))) {
silent = quietly
)
}
+
# URL templates
nightly <- paste0(
getOption("arrow.dev_repo", "https://nightlies.apache.org/arrow/r"),
"/libarrow/bin/windows/arrow-%s.zip"
)
- rwinlib <- "https://github.com/rwinlib/arrow/archive/v%s.zip"
Review Comment:
@nealrichardson let me know if you want to keep rwinlib and add the
artifactory as an additional step
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]