krlmlr opened a new issue, #346:
URL: https://github.com/apache/arrow-nanoarrow/issues/346

   Is the following supposed to work, perhaps out of the box?
   
   ``` r
   library(nanoarrow)
   array <- nanoarrow::as_nanoarrow_array(mtcars)
   nanoarrow::as_nanoarrow_array_stream(array)
   #> Error: Package 'arrow' required for default coerce to 
nanoarrow_array_stream
   requireNamespace("arrow")
   #> Loading required namespace: arrow
   nanoarrow::as_nanoarrow_array_stream(array)
   #> Error: Package 'arrow' required for default coerce to 
nanoarrow_array_stream
   ```
   
   <sup>Created on 2023-12-23 with [reprex 
v2.0.2](https://reprex.tidyverse.org)</sup>


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