paleolimbot commented on code in PR #38115:
URL: https://github.com/apache/arrow/pull/38115#discussion_r1349555641
##########
r/tools/winlibs.R:
##########
@@ -48,24 +53,33 @@ if
(!file.exists(sprintf("windows/arrow-%s/include/arrow/api.h", VERSION))) {
getOption("arrow.repo",
"https://apache.jfrog.io/artifactory/arrow/r/%1$s"),
"/libarrow/bin/windows/arrow-%1$s.zip"
)
- rwinlib <- "https://github.com/rwinlib/arrow/archive/v%s.zip"
- dev_version <- package_version(VERSION)[1, 4]
+ zip_file <- sprintf("arrow-%s.zip", VERSION)
Review Comment:
Given the CI failure, I imagine this section needs updating?
--
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]