krlmlr commented on PR #733: URL: https://github.com/apache/arrow-adbc/pull/733#issuecomment-1580327974
@gaborcsardi: Why does pak 0.5.1.9000 (2023-06-02 06:46:52 UTC) fail to install from the remote with `pak::pak()` ? What's the canonical way to fix or work around? ``` r pak::pak() #> ℹ Loading metadata database #> ✔ Loading metadata database ... done #> #> Error: ! error in pak subprocess #> Caused by error: #> ! Could not solve package dependencies: #> * deps::/Users/kirill/git/arrow-adbc/r/adbcdrivermanager: Can't install dependency nanoarrow (>= 0.1.0.9000) ``` <sup>Created on 2023-06-07 with [reprex v2.0.2](https://reprex.tidyverse.org)</sup> For reference, the relevant parts of `DESCRIPTION` : ```dcf Imports: nanoarrow (>= 0.1.0.9000) Remotes: apache/arrow-nanoarrow/r ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org