ankane / jetpack

A friendly package manager for R
Other
241 stars 16 forks source link

Support remotes directly from first arg of add() #5

Closed hadley closed 5 years ago

hadley commented 6 years ago
# e.g instead of
jetpack::add("plyr", remote="hadley/plyr")
# just:
jetpack::add("hadley/plyr")
# or if you wanted to be very explicit
jetpack::add("github::hadley/plyr")
ankane commented 6 years ago

Agree this would be ideal. Is there a way to tell which package hadley/plyr references (since it could be different than the GitHub project name)?

ankane commented 5 years ago

Moved to #1