paleolimbot commented on issue #141:
URL: 
https://github.com/apache/arrow-nanoarrow/issues/141#issuecomment-1451181625

   Recreating in Docker now and I'm realizing that all of those tests have 
`skip_if_not_installed("arrow")` and that we added `blob` and `list_of` support 
in version 10.0.0.
   
   Does `packageVersion("arrow")` give you something before 10.0.0?
   
   ```bash
   # docker run --rm -it debian:sid
   
   # packages for debian: 
https://github.com/apache/arrow-nanoarrow/tree/main/dev/release#debianubuntu
   git clone https://github.com/apache/arrow-nanoarrow.git arrow-nanoarrow
   cd arrow-nanoarrow/dev/release
   
   # Works with no arrow
   ./verify-release-candidate.sh 0.1.0 1
   
   # Works with Arrow 11.0.0
   R -e 'install.packages("arrow")'
   ./verify-release-candidate.sh 0.1.0 1
   
   # Fails for Arrow 9.0.0
   NOT_CRAN=true ARROW_USE_PKG_CONFIG=false R -e 
'remotes::install_github("cran/[email protected]")'
   ./verify-release-candidate.sh 0.1.0 1
   ```
   
   ...either way I should update the verification script to output some of that 
information and check the version constraints in the R package DESCRIPTION.


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