r-lib / pkgdepends

R Package Dependency Resolution
https://r-lib.github.io/pkgdepends/
Other
102 stars 30 forks source link

Allow installing from custom config fields #207

Closed jimhester closed 3 years ago

jimhester commented 4 years ago

remotes now allows you to install from custom fields (https://github.com/r-lib/remotes/issues/459). We should port similar functionality to pkgdepends / pak so it can be used to install things like website dependencies.

gaborcsardi commented 3 years ago

This was added in https://github.com/r-lib/pkgdepends/pull/224