-
Notifications
You must be signed in to change notification settings - Fork 2
/
00-Software.Rmd
61 lines (33 loc) · 1.82 KB
/
00-Software.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# (PART\*) Software {-}
# Recommended setup {-}
1. Sign up for free version: https://rstudio.cloud/
2. Use you UL account!
3. Voila!, C'est bon
```{r, include=TRUE, fig.align='center', cache=TRUE, out.width='90%'}
knitr::include_graphics("figures/Rstudio-0.png")
```
.infobox.important[
**RStudio Cloud is a webpage**, so no installation is required.
However, as you have notice, there is some restrictions in the quantity of project and the virtual machine assigned to you. It's the best option to get start!
]
1. Connecting Github repo with Rstudio using the link: [https://github.com/fabbiocrux/RR-workshop.git](https://github.com/fabbiocrux/RR-workshop.git)
```{r, include=TRUE, fig.align='center', cache=TRUE, out.width='70%'}
knitr::include_graphics("figures/Rstudio-Github-00.png")
```
```{r, include=TRUE, fig.align='center', cache=TRUE, out.width='70%'}
knitr::include_graphics("figures/Rstudio-Github-01.png")
```
```{r, include=TRUE, fig.align='center', cache=TRUE, out.width='70%'}
knitr::include_graphics("figures/Rstudio-Github-02.png")
```
## Installation in local machine (Only if Rstudio Cloud don't work) {-}
### Install R {-}
1. Go to R-Project https://www.r-project.org/ and click on [download R](http://cran.r-project.org/mirrors.html).
2. Go to France, and select a Mirror (Univ-lyon works normally well!)
3. Download according your machine and install
### Rstudio {-}
1. You can install R Studio on your own machine from: https://www.rstudio.com/products/rstudio/download/#download
RStudio is a free and open-source integrated development environment for R
So, two options are proposed. **Please, do these steps before the day of the workshop**.
If questions or problems, let us know as soon as possible
Before the day of the course, we advise you to get functional access to these software / and platforms.