Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: install_dev() function #144

Closed
ghost opened this issue Aug 28, 2018 · 2 comments
Closed

Request: install_dev() function #144

ghost opened this issue Aug 28, 2018 · 2 comments
Labels
feature a feature request or enhancement

Comments

@ghost
Copy link

ghost commented Aug 28, 2018

@wch commented on May 1, 2018, 7:53 PM UTC:

The idea is that this installer function could install the development version of a package without needing the github username. So, running this would work:

install_dev("later")

This function would query crandb (like http://crandb.r-pkg.org/later) for the GitHub (or other) URL of a package, and then install from there.

This issue was moved by jimhester from r-lib/devtools#1775.

@jimhester jimhester added the feature a feature request or enhancement label Sep 4, 2018
@gaborcsardi
Copy link
Member

This would work best if packages had a designated DevRepository (or similar) field. Currently we can look at the BugReports and the URL fields, and see if they point to GH.

@gaborcsardi
Copy link
Member

I think it is a good idea, and not too hard to implement.

jimhester added a commit that referenced this issue Oct 10, 2018
jimhester added a commit that referenced this issue Oct 10, 2018
jimhester added a commit that referenced this issue Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants