You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/15 22:27:12 UTC

[GitHub] [arrow] kou commented on a diff in pull request #14396: ARROW-17353: [Release][R] Validate binaries version

kou commented on code in PR #14396:
URL: https://github.com/apache/arrow/pull/14396#discussion_r996361217


##########
dev/tasks/macros.jinja:
##########
@@ -339,12 +339,16 @@ on:
     # tree not available in git-bash on windows
     run: |
       ls -R repo
-  - name: Add dev repo to .Rprofile
+  - name: Add repos to .Rprofile
     shell: Rscript {0}
     run: |
-      str <- paste0("options(arrow.dev_repo ='file://", getwd(), "/repo' )")
-      print(str)
       profile_path <- file.path(getwd(), ".Rprofile")
+      repo = paste0("file://", getwd(), "/repo")

Review Comment:
   Oh, sorry!
   I've fixed.



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org