yutannihilation opened a new pull request, #401: URL: https://github.com/apache/sedona-db/pull/401
Close https://github.com/apache/sedona-db/pull/394, close https://github.com/apache/sedona-db/pull/393 While the update itself is almost no change in Rust code, the R wrapper is changed a bit. This pull request updates it manually by the following steps: ```r # If not installed yet. install.packages( "savvy", repos = c("https://yutannihilation.r-universe.dev", "https://cloud.r-project.org") ) # Download the latest savvy CLI savvy::download_savvy_cli() # Update the R wrapper files savvy::savvy_update() # Generate documents and NAMESPACE devtools::document() ``` -- 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]
