paleolimbot opened a new pull request, #869:
URL: https://github.com/apache/arrow-adbc/pull/869
The latest pkgbuild release fixes a bug in version 1.4.1 that prevented
installation from GitHub from working properly. Our driver packages currently
can *only* be installed from GitHub and so this was a bit of a problem.
Thankfully, this was fixed in 1.4.2 which was just released. This PR updates
READMEs and CI with install instructions that actually work 😬 .
You should be able to install any package using (e.g.):
```r
# install.packages("pak")
pak::pak("apache/arrow-adbc/r/adbcsqlite")
```
If you didn't *just* install pak, you have update the internal version of
pkgbuild and clean its build cache. I think I successfully got this down to two
lines:
```r
install.packages("pkgbuild", pak:::private_lib_dir())
pak::cache_clean()
```
--
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]