kou commented on issue #47821:
URL: https://github.com/apache/arrow/issues/47821#issuecomment-3403789341
Oh, sorry...
Could you try this?
```diff
diff --git a/dev/tasks/macros.jinja b/dev/tasks/macros.jinja
index ddcb0d554e..5b1a17d6b7 100644
--- a/dev/tasks/macros.jinja
+++ b/dev/tasks/macros.jinja
@@ -285,7 +285,7 @@ env:
shell: Rscript {0}
run: |
profile_path <- file.path(getwd(), ".Rprofile")
- repo <- paste0("file://", getwd(), "/repo")
+ repo <- paste0("file://", getwd(), "/repo/")
str <- paste0("options(arrow.repo = '", repo, "' )")
print(str)
write(str, file = profile_path, append = TRUE)
```
--
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]