HI Danielle, thanks for the tutorial, I am trying to do the packages intallation in aws using ubuntu, but I do not undertand what password one should put after use sudo apt-get install command
There is an easy way for installing R packages.. add PPA in your ubuntu repository ppa:c2d4u.team/c2d4u4.0+ it is available only for ubuntu LTS releases.. after adding PPA, you can install packages using "sudo apt install r-cran-" in your terminal. and there are many R packages which are included in ubuntu's official repository.. such as, what you have shown here 'tidyverse' packages... you can directly install such R packages (for example, tidyverse) using terminal.. "sudo apt install r-cran-tidyverse"..
I'm a begginer on Linux! You saved my life!
Thank you!
Thank you so much...took way too long to find this info...
Thank you so much !!😀
Thank you very much! God bless you!
HI Danielle, thanks for the tutorial, I am trying to do the packages intallation in aws using ubuntu, but I do not undertand what password one should put after use sudo apt-get install command
There is an easy way for installing R packages..
add PPA in your ubuntu repository
ppa:c2d4u.team/c2d4u4.0+
it is available only for ubuntu LTS releases..
after adding PPA, you can install packages using "sudo apt install r-cran-" in your terminal.
and there are many R packages which are included in ubuntu's official repository.. such as, what you have shown here 'tidyverse' packages...
you can directly install such R packages (for example, tidyverse) using terminal.. "sudo apt install r-cran-tidyverse"..
Thank you so much! You saved me. I was not being able to install by rstudio, but using the terminal was everything right
Thanks Maulik...really good to know