yutannihilation opened a new pull request, #146: URL: https://github.com/apache/sedona-db/pull/146
I found @paleolimbot invented a cool mechanism (https://github.com/r-lib/pkgbuild/pull/157) that can be used for vendoring the necessary source code when installed via `pkgbuild` (i.e. pak). Currently, the README requires users to install the sedonadb R package by: ```sh git clone https://github.com/apache/sedona-db.git cd sedona-db/r/sedonadb R CMD INSTALL . ``` This pull request will allows us to simplify the installation to this: ```r pak::pkg_install("apache/sedona-db/r/sedonadb") ``` (and probably enables it to publish the R package to R-universe?) -- 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]
