-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.Rmd
25 lines (11 loc) · 865 Bytes
/
setup.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: "Setup Your Environment"
description: |
We will spend most of our time in this workshop in RStudio Cloud. We recommend the Firefox or Chrome browsers and will use Firefox during the workshop.
---
## The Cloud
During the workshop we will be using RStudio Cloud. The benefit of this is we can all use R with the same configurations, rather than setting up R on each operating system.
You can find the project associated with the workshop here: https://rstudio.cloud/spaces/248807/project/4071315. Once logged in, you should see the intro_to_r project:
<img alt="rstudio cloud home screen with intro_to_r project" src="www/login.PNG"></img>
Clicking on the project will open an RStudio Session. This is what we will be using to program for the entirety of the course
<img alt="inside the intro_to_r_2022 project" src="www/ide.PNG"></img>