Download and Install R and RStudio for Mac OS Monterey(for Intel Processor and Apple M1 chip)

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • In this tutorial session, we will learn to Install R and RStudio on Mac OS Monterey. I have explained the installation process that will work with other previous Mac OS versions.
    Step 1: First we need to download and install the 'R' package for Mac OS.
    link: cran.r-project...
    please check whether your Mac machine is Intel processor-based or Apple chip-based.
    Goto apple icon--:click about this Mac
    Step 2: Now we will download the compatible installer package.
    Step 3: Let's unzip and install...
    Step 4: Now we will download RStudio installer from the below
    link- www.rstudio.co...
    Step 5: Verification - Running RStudio and running a simple program.
    **Define 2 vectors
    cars - c(1, 3, 6, 4, 9)
    trucks - c(2, 5, 4, 5, 12)
    Graph cars using a y axis that ranges from 0 to 12
    plot(cars, type="o", col="blue", ylim=c(0,12))
    Graph trucks with red dashed line and square points
    lines(trucks, type="o", pch=22, lty=2, col="red")
    Create a title with a red, bold/italic font
    title(main="Autos", col.main="red", font.main=4)
    Step 6: Like & Subscribe to support us!
    #installRStudoMacOSMonterey #CoolITHelp

Комментарии • 4

  • @banamailat_BM
    @banamailat_BM Год назад

    Dear friend, thank you so much for this awesome video. You may need to make a small correction. Beginners like me may not know exactly what the star and sharp symbols do in R. They may be surprised when the little script we copied and pasted doesn't work. They should put # at the beginning of "Define" instead of **. And they should not forget to put a < after "cars" and "trucks" on lines 3 and 4.
    Thank you for helping me install it on my Macbook without any problems.👍

  • @mvricks90
    @mvricks90 Год назад

    struggled a bit to get the script to work but thanks for showing the download process. It's way too much information imo on their website. Total mess. You instructed clearly. Thanks for that

  • @gausieuquay7847
    @gausieuquay7847 Год назад

    Can I download it for Mac Pro M2?
    Thank you

  • @sureshpoojari2914
    @sureshpoojari2914 Год назад

    can i download for m2 air