assignUser commented on code in PR #39524:
URL: https://github.com/apache/arrow/pull/39524#discussion_r1449167190


##########
r/tools/nixlibs.R:
##########
@@ -860,7 +860,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 {
-  not_cran <- TRUE
+  # Don't override explictily set NOT_CRAN env var, as it is used in CI.
+  not_cran <- TRUE && !env_is("NOT_CRAN", "false")

Review Comment:
   > The comment of this should be updated too?
   
   I don't understand? I already added a comment?



-- 
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]

Reply via email to