andrewtaylor-appfolio commented on issue #2023:
URL: https://github.com/apache/arrow-adbc/issues/2023#issuecomment-2237259687
The package version I'm using is
```
> packageVersion("adbcsnowflake")
[1] ‘0.9.0.9000’
```
```
> 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.13.0.9000 👷🏼♀️🔧 ⬇ (GitHub: 2435619)
ℹ Getting 1 pkg with unknown size
✔ Got adbcsnowflake 0.13.0.9000 (source) (5.57 MB)
✔ Downloaded 1 package (5.57 MB) in 1.4s
ℹ Packaging adbcsnowflake 0.13.0.9000
✔ Packaged adbcsnowflake 0.13.0.9000 (1.3s)
ℹ Building adbcsnowflake 0.13.0.9000
✔ Built adbcsnowflake 0.13.0.9000 (35.4s)
✔ Installed adbcsnowflake 0.13.0.9000 (github::apache/arrow-adbc@2435619)
(70ms)
✔ 1 pkg + 2 deps: kept 1, added 1, dld 1 (NA B) [42.4s]
```
After a reinstall the version is updated to the following:
```
> packageVersion("adbcsnowflake")
[1] ‘0.13.0.9000’
```
However I still get the following error.
```
> con <- adbc_connection_init(db)
Error in force(code) :
IO: exec: "open": executable file not found in $PATH
```
--
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]