Difference between revisions of "R Studio"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
::Start learning R: https://r4ds.had.co.nz/index.html ("R for Data Science" by Garrett Grolemund and Hadley Wickham) | ::Start learning R: https://r4ds.had.co.nz/index.html ("R for Data Science" by Garrett Grolemund and Hadley Wickham) | ||
+ | |||
+ | My (BES, June 2021) download notes/experience: | ||
+ | : I originally installed an incorrect version of R and it would not launch. After correct this, and installing R Studio, i was able to open R Studio. Below is a screen shot of the message recevied after launching R Studio...on startup i was asked if i wanted to install some additional libraries...i choose yes. | ||
+ | |||
+ | [[File:Screen Shot 2021-06-04 at 7.16.00 AM.png|600px]] |
Revision as of 12:19, 4 June 2021
R is a programming language and R Studio is a programming environment.
For installation on a MAC see this YouTube video...
from the video above:
- Step-by-step how to install R & RStudio on Mac Catalina, as well as a starting point to begin learning R for the first time!
- Download R: https://www.r-project.org/
- Download RStudio: https://rstudio.com/products/rstudio/...
- Start learning R: https://r4ds.had.co.nz/index.html ("R for Data Science" by Garrett Grolemund and Hadley Wickham)
My (BES, June 2021) download notes/experience:
- I originally installed an incorrect version of R and it would not launch. After correct this, and installing R Studio, i was able to open R Studio. Below is a screen shot of the message recevied after launching R Studio...on startup i was asked if i wanted to install some additional libraries...i choose yes.