nealrichardson commented on issue #9747:
URL: https://github.com/apache/arrow/issues/9747#issuecomment-806886175


   From your logs: 
   
   ```
   > ARROW_R_DEV=true
   Error: object 'true' not found
   ```
   
   That should be an environment variable (`Sys.setenv()` if you're doing this 
from R). Since you already have the limited version of `arrow` installed, you 
can do the same with just `arrow::install_arrow(verbose = TRUE)`. 
   
   Since it looks like we're going to have some more back and forth to diagnose 
the issue, I've made a JIRA issue for this: 
https://issues.apache.org/jira/browse/ARROW-12085 Let's continue over there.


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

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


Reply via email to