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

   This allows `remotes::install_github("apache/arrow-nanoarrow/r")` and 
`pak::pkg_install("apache/arrow-nanoarrow/r")` to work out-of-the-box without a 
user having to have cmake installed. This is mostly nice because it allows 
prototyping of dependencies that have in their DESCRIPTION:
   
   ```
   Imports: nanoarrow
   Remotes: apache/arrow-nanoarrow/r
   ```
   
   ...and nobody has to do anything special to install the nanoarrow 
dependency. Note that the previous way to make this work was 
`remotes::install_github("apache/arrow-nanoarrow/r", build = FALSE)`, which 
does a straight `R CMD INSTALL` instead of an `R CMD build` + `R CMD INSTALL`.


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