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

Compare installed R to the current R #39

Open
jennybc opened this issue Jan 4, 2019 · 0 comments
Open

Compare installed R to the current R #39

jennybc opened this issue Jan 4, 2019 · 0 comments
Labels
radmin personal R administration

Comments

@jennybc
Copy link
Member

jennybc commented Jan 4, 2019

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.

@edavidaja edavidaja added the radmin personal R administration label Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
radmin personal R administration
Projects
None yet
Development

No branches or pull requests

2 participants