andrewtaylor-appfolio opened a new issue, #1529:
URL: https://github.com/apache/arrow-adbc/issues/1529
R Version: `4.3.1`
pkgbuild Version: `> packageVersion("pkgbuild", pak:::private_lib_dir())
[1] ‘1.4.3’`
Attempts to install `adbcsnowflake` using either `install_github` or
`pak::pak("apache/arrow-adbc/r/adbcsnowflake")` are resulting in failures.
Install Github:
```
install_github("apache/arrow-adbc/r/adbcsnowflake")
Downloading GitHub repo apache/arrow-adbc@HEAD
Error: Failed to install 'adbcsnowflake' from GitHub:
arguments imply differing number of rows: 3, 20
```
Installing via `pak`:
```
> pak::pak("apache/arrow-adbc/r/adbcsnowflake")
! Using bundled GitHub PAT. Please add your own PAT using
`gitcreds::gitcreds_set()`.
✔ Loading metadata database ... done
→ Will install 1 package.
→ Will download 1 package with unknown size.
+ adbcsnowflake 0.9.0.9000 👷🏻♂️🔧 ⬇ (GitHub: 21fba98)
ℹ Getting 1 pkg with unknown size
✔ Cached copy of adbcsnowflake 0.9.0.9000 (source) is the latest build
✔ No downloads needed, all packages are cached
ℹ Building adbcsnowflake 0.9.0.9000
✖ Failed to build adbcsnowflake 0.9.0.9000
Error:
! error in pak subprocess
Caused by error in `stop_task_build(state, worker)`:
! Failed to build source package adbcsnowflake.
Type .Last.error to see the more details.
> .Last.error
<callr_error/rlib_error_3_0/rlib_error/error>
Error:
! error in pak subprocess
Caused by error in `stop_task_build(state, worker)`:
! Failed to build source package adbcsnowflake.
---
Backtrace:
1. pak::pak("apache/arrow-adbc/r/adbcsnowflake")
2. pak::pkg_install(pkg, ...)
3. pak:::remote(function(...) get("pkg_install_do_plan",
asNamespace("pak"))(...), …
4. err$throw(res$error)
---
Subprocess backtrace:
1. base::withCallingHandlers(cli_message = function(msg) { …
2. get("pkg_install_do_plan", asNamespace("pak"))(...)
3. proposal$install()
4. pkgdepends::install_package_plan(plan, lib = private$library,
num_workers = nw, …
5. base::withCallingHandlers({ …
6. pkgdepends:::handle_events(state, events)
7. pkgdepends:::handle_event(state, i)
8. pkgdepends:::stop_task(state, worker)
9. pkgdepends:::stop_task_build(state, worker)
10. base::throw(pkg_error("Failed to build source package {.pkg {pkg}}.", …
11. | base::signalCondition(cond)
12. global (function (e) …
```
Also tried the suggested:
```
install.packages("pkgbuild", pak:::private_lib_dir())
pak::cache_clean()
```
Please let me know if anything else is needed. Any direction would be
helpful.
--
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]