-
Notifications
You must be signed in to change notification settings - Fork 62
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
BUG: pak wants to upgrade a package contrary to what the default setting of what upgrade
says
#533
Comments
upgrade
saysupgrade
says
pak documentation says:
|
and the latest version of httr requires a curl update:
|
How can this be the case when |
It is through some other dependency path then, maybe plotly needs newer httr, which needs newer curl:
It is also possible, that while the dependencies are installed, they are broken and do not satisfy their version requirements. In any case, I can't see your system, so this is guessing game for me, unless you show me the package versions of the whole dependency tree of the package you are installing. |
Trying to install this package:
https://github.com/kdzimm/hierarchicell/blob/master/DESCRIPTION
I don't expect curl to be upgraded, as no explicit version is mentioned in DESCRIPTION of the other package, and the default for
pkg_install
isupgrade=FALSE
The text was updated successfully, but these errors were encountered: