-
Notifications
You must be signed in to change notification settings - Fork 758
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
Remember last package #4
Comments
dy-kim
added a commit
to dy-kim/devtools
that referenced
this issue
Apr 3, 2017
* Fix `github_contents` * Update `github_response` Previous `github_response` raise an error if the content of the response is not JSON. This update allows plain text as a valid response. * Update `remote_sha.github_remote` This update makes request targeted to SHA-1 by providing a custom media type in the `Accept` header. * Remove `download_file_using_get()` * Remove optional args from `download.file` * Add version column to 'package_dep' object * Update 'remote' to install minimal version if pkg's are to be initially installed
dy-kim
added a commit
to dy-kim/devtools
that referenced
this issue
Jun 28, 2017
* Fix `github_contents` * Update `github_response` Previous `github_response` raise an error if the content of the response is not JSON. This update allows plain text as a valid response. * Update `remote_sha.github_remote` This update makes request targeted to SHA-1 by providing a custom media type in the `Accept` header. * Remove `download_file_using_get()` * Remove optional args from `download.file` * Add version column to 'package_dep' object * Update 'remote' to install minimal version if pkg's are to be initially installed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So if package is not specified, it can default to the last used.
The text was updated successfully, but these errors were encountered: