Extra information on R package installation for Linux users

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 8

  • @rodrigozonzin5835
    @rodrigozonzin5835 2 ปีที่แล้ว +2

    I'm a begginer on Linux! You saved my life!
    Thank you!

  • @patrickpetersen9887
    @patrickpetersen9887 2 ปีที่แล้ว +1

    Thank you so much...took way too long to find this info...

  • @umarkhattab7570
    @umarkhattab7570 ปีที่แล้ว

    Thank you so much !!😀

  • @adaiprosperbrou9568
    @adaiprosperbrou9568 2 ปีที่แล้ว +1

    Thank you very much! God bless you!

  • @mohitpande2006
    @mohitpande2006 2 ปีที่แล้ว

    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

  • @maulikdave
    @maulikdave 3 ปีที่แล้ว +1

    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"..

    • @pablosilva10127
      @pablosilva10127 2 ปีที่แล้ว

      Thank you so much! You saved me. I was not being able to install by rstudio, but using the terminal was everything right

    • @patrickpetersen9887
      @patrickpetersen9887 2 ปีที่แล้ว

      Thanks Maulik...really good to know