richfitz / remake

Make-like declarative workflows in R
Other
340 stars 32 forks source link

Replace devtools dep with remotes #125

Open richfitz opened 7 years ago

richfitz commented 7 years ago

The only use of devtools is to install packages, and there are lighter weight alternatives to that now remotes and ghit. remotes is super lightweight and also comes with remotes::parse_github_repo_spec

krlmlr commented 7 years ago

This works well enough even for devtools itself: https://github.com/hadley/devtools/pull/1310.

richfitz commented 7 years ago

Sweet, that's good to know. I'm a big fan of Gabor's work, and don't think that swapping that in should be too nasty.