We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Capturing ideas from a Slack conversation.
Sometimes we encounter people living in an R time capsule, either intentionally, out of fear of upgrading, or they somehow just drifted into it.
Write up some ways to programmatically compare your installed R version to the current version.
rversions::r_release() getRversion() r_versions()
A milestone of "out-of-date-ness":
issue a warning when you are > 2 minor releases old, since CRAN stops building binaries for them
Long-term: could be an update.packages()-type function in pkgman or part of a "health check" function in usethis.
update.packages()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Capturing ideas from a Slack conversation.
Sometimes we encounter people living in an R time capsule, either intentionally, out of fear of upgrading, or they somehow just drifted into it.
Write up some ways to programmatically compare your installed R version to the current version.
A milestone of "out-of-date-ness":
Long-term: could be an
update.packages()
-type function in pkgman or part of a "health check" function in usethis.The text was updated successfully, but these errors were encountered: