Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Created September 22, 2023 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remlapmot/307004cefdb4f962cea99f1f198db506 to your computer and use it in GitHub Desktop.
Save remlapmot/307004cefdb4f962cea99f1f198db506 to your computer and use it in GitHub Desktop.
Solution to: Warning: package '#' in library '/usr/lib/R/library' will not be updated
# Solution to Linux warning message
# Warning: package '#' in library '/usr/lib/R/library' will not be updated
update.packages(oldPkgs = old.packages())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment