Created
July 8, 2019 16:45
-
-
Save jsaraviadrago/20bd6a4e81794fedec0ce3715c631d7f to your computer and use it in GitHub Desktop.
This file contains 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
# Very simple update for the last version of R in UBUNTU | |
sudo apt-get update | |
sudo apt-get install r-base r-base-dev | |
sudo apt-get upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment