paleolimbot opened a new pull request, #741:
URL: https://github.com/apache/arrow-nanoarrow/pull/741

   From the CRAN check page:
   
   ```
     File ‘nanoarrow/libs/nanoarrow.so’:
       Found non-API call to R: ‘DATAPTR’
     
     Compiled code should not call non-API entry points in R.
     
     See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
     and section ‘Moving into C API compliance’ for issues with the use of
     non-API entry points.
   ```
   
   When fixing this I also saw that we have conditional ALTREP usage. ALTREP 
has been available since R 3.5.0, which is two versions before what our CI 
matrix checks. I removed the conditional bits that were no longer needed (i.e., 
we now always assume that `R_ext/altrep.h` is available).


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