You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.
@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.
The text was updated successfully, but these errors were encountered: