-
Notifications
You must be signed in to change notification settings - Fork 9
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
upgrade_dependency #3
Comments
Yes you're right, not an easy task though. Should the dependency back-up be kept outside the |
We could create a temp file and ask the user if if wants to save it: we can put a command in the console to copy and paste |
Comparing version is going to be complex: packages follow different rules and we can't check all of them:
Maybe we reject alpha/beta/rc versions. What do you think @JohnCoene? Otherwise I suggest to overwrite everything instead of writing an exotic script and ask for confirmation like in devtools or usethis ... |
upgrade rename to update to allow downgrade option (possible during development) |
Argh. Hard to tell what's best here. |
This function should look for the latest version on CDN and download file if the tag are differents. Moreover, it is better to keep a copy of old deps in a backup folder. Upgrading rarely works without issues ...
The text was updated successfully, but these errors were encountered: