romainfrancois commented on pull request #7819:
URL: https://github.com/apache/arrow/pull/7819#issuecomment-676422266


   And I can confirm that this works on master locally:
   
   ``` r
   library(reticulate)
   #> Warning: package 'reticulate' was built under R version 4.0.2
   library(arrow)
   #> 
   #> Attaching package: 'arrow'
   #> The following object is masked from 'package:utils':
   #> 
   #>     timestamp
   pa <- reticulate::import("pyarrow")
   py <- pa$array(c(1, 2, 3))
   py
   #> Array
   #> <double>
   #> [
   #>   1,
   #>   2,
   #>   3
   #> ]
   ```
   
   <sup>Created on 2020-08-19 by the [reprex 
package](https://reprex.tidyverse.org) (v0.3.0.9001)</sup>
   
   More investigation needed. 


----------------------------------------------------------------
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:
[email protected]


Reply via email to