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

Doesn't the 'install_version' function default to installing the highest version that meets the user-specified conditions? #811

Open
crazyxiaoj opened this issue Sep 12, 2024 · 0 comments

Comments

@crazyxiaoj
Copy link

In the download_version_url function, I noticed that you seem to intend to select the last row after sorting, which appears to be aimed at choosing the highest version of the installation package. However, I found that there is an error in the sorting of the info object, which results in the selection of the incorrect version.

This is my code: remotes::install_version("rjson", version = "< 0.2.22")

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant