Last active
May 29, 2024 09:59
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Solution to Linux warning message | |
# Warning: package '#' in library '/usr/lib/R/library' will not be updated | |
update.packages(oldPkgs = old.packages(), ask = FALSE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment