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
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")
The text was updated successfully, but these errors were encountered:
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 theinfo
object, which results in the selection of the incorrect version.This is my code:
remotes::install_version("rjson", version = "< 0.2.22")
The text was updated successfully, but these errors were encountered: