nealrichardson commented on pull request #9896:
URL: https://github.com/apache/arrow/pull/9896#issuecomment-815363951
The without-cran build still needs some work, and unfortunately we need to
go back to wrapping every function individually because without it it fails
(well, not fail per se, but CRAN would reject this if it saw it) like this:
```
* checking R code for possible problems ... NOTE
all_record_batches: no visible binding for global variable
‘_arrow_all_record_batches’
allocate_arrow_array: no visible binding for global variable
‘_arrow_allocate_arrow_array’
allocate_arrow_schema: no visible binding for global variable
‘_arrow_allocate_arrow_schema’
...
```
--
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]