pak icon indicating copy to clipboard operation
pak copied to clipboard

Remove double `/` from GH package refs

Open gaborcsardi opened this issue 7 months ago • 0 comments

E.g.

pak::pak("apache/arrow-adbc//r/adbcpostgresql")
#> ! Using bundled GitHub PAT. Please add your own PAT using `gitcreds::gitcreds_set()`.
#> Error: ! error in pak subprocess
#> Caused by error: 
#> ! Could not solve package dependencies:
#> * apache/arrow-adbc//r/adbcpostgresql: ! pkgdepends resolution error for apache/arrow-adbc//r/adbcpostgresql.
#> Caused by error: 
#> ! Can't find R package in GitHub repo apache/arrow-adbc in directory '/r/adbcpostgresql'

CC @krlmlr

gaborcsardi avatar Nov 09 '23 16:11 gaborcsardi