-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstallation.html
147 lines (118 loc) · 6.27 KB
/
installation.html
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<html>
<head>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="index.css">
</head>
<body>
<div align="center">
<div id="header" align=left style="display:inline-block">
<h1>Visualizing and Communicating Data with R</h1>
<span style="white-space: nowrap">
<a href='https://therbootcamp.github.io'><i class='fas fa-home'></i></a>
<a href='https://therbootcamp.github.io/DataViz_2024GSERM/'><i class='fas fa-clock'></i></a>
<a href='mailto:therbootcamp@gmail.com'><i class='fas fa-envelope'></i></a>
<a href='https://www.linkedin.com/company/basel-r-bootcamp/'><i class='fab fa-linkedin'></i></a>
<a href='https://therbootcamp.github.io'>
<font style='font-style:normal;font-size:20px;padding-left:5px'>The R Bootcamp @ GSERM</font>
</a>
</span>
<br>
<span style="white-space: nowrap">
<img src='https://raw.githubusercontent.com/therbootcamp/therbootcamp.github.io/master/_sessions/_image/by-sa.png' style= 'height:2rem; vertical-align:baseline'/>
<font style='font-size:2rem;font-style:normal;padding-left:8px'>June 2024</font>
<span>
</div>
<br><br>
<div align="center" style="max-width:940px">
<br><br>
<table width=50% cellspacing=0 cellpadding=0 class="downloads">
<col width=100%>
<tr>
<td align=left>
<h2>1 - Install Base-R and RStudio on your computer.</h2>
<h4>
Use these links to install the latest versions of R and RStudio.<br><br>
<b>Install Base-R</b>:
<a href="https://cran.r-project.org/bin/windows/base/R-4.2.0-win.exe">Windows</a>,
<a href="https://cran.r-project.org/bin/macosx/base/R-4.2.0.pkg">Mac (Intel)</a><br>
<b>Install RStudio</b>:
<a href="https://download1.rstudio.org/desktop/windows/RStudio-2024.02.3-492.exe">Windows</a>,
<a href="https://download1.rstudio.org/desktop/macos/RStudio-2024.02.3-492.dmg">Mac</a>
</h4>
</td>
</tr>
</table>
<table width=50% cellspacing=0 cellpadding=0 class="downloads">
<col width=100%>
<tr>
<td align=left>
<h2>2 - Install additional packages</h2>
<h4>
This workshop introduces you to several specialized R packages that you will have to install. Please run the following command in your R Console of RStudio:<br><br>
install.packages(c("tidyverse", "patchwork",
"ggthemes", "ggrepel", "viridis",
"sf", "ggraph", "tidygraph",
"gganimate", "plotly",
"rmarkdown", "knitr"),
dependencies = TRUE)
<br><br>
When you are asked whether to install packages from source, type in <b>"n"</b> and press Enter. <br><br>
</h4>
</td>
</tr>
</table>
<table width=50% cellspacing=0 cellpadding=0 class="downloads">
<col width=100%>
<tr>
<td align=left>
<h2>3 - <i>Optional</i>: Install additional software</h2>
<h4>
In case the installation of packages failed (or you wish to install packages from source), install the this Software and rerun the install command above:<br><br>
Windows: <a href="https://cran.r-project.org/bin/windows/Rtools/rtools42/files/rtools42-5253-5107.exe">RTools</a><br>
Mac: <a href="https://developer.apple.com/download/more/">Command line tools</a> (no direct link available)
</h4>
</td>
</tr>
</table>
<table width=50% cellspacing=0 cellpadding=0 class="downloads">
<col width=100%>
<tr>
<td align=left>
<h2>4 - Zoom</h2>
<h4>
We will hold the course over zoom.<br><br>
If you do not yet have a zoom account, please register via <a href="https://zoom.us/de-de/freesignup.html">https://zoom.us/de-de/freesignup.html</a>. Then, install the <a href="https://zoom.us/download#client_4meeting">https://zoom.us/download#client_4meeting</a> zoom client. If installation fails, it is also possible to join the course via the browser.<br><br>
During the course we kindly ask you to oblige with GSERM rules by keeping the video on at all times. Please also keep the microphone off, unless you wish to contribute. Feel free to use a different background to protect your privacy. <br><br>
The course will start at 9am (CEST) sharp. Please try to join a few minutes earlier, in particular on the first day, to make sure everything is running smoothly. The link to join the session is on the course site.
</h4>
</td>
</tr>
</table>
<table width=50% cellspacing=0 cellpadding=0 class="downloads">
<col width=100%>
<tr>
<td align=left>
<h2>5 - Slack</h2>
<h4>
During the course and, in particular, the afternoon assignments we want to communicate with you using Slack.<br><br>
Please use this <a href="https://join.slack.com/t/visualizingan-6wr6271/shared_invite/zt-1aqjs5wgy-lCY22A_w8iMljqbLcmdQOA"><b>link</b></a> to join our Slack workspace. Simply choose an authentication method (e.g., email) and follow the steps.
You may want to download the Slack client, which makes using Slack quite a bit easier. Download it from <a href="https://slack.com/intl/de-ch/downloads/mac">here (Mac)</a> or <a href="https://slack.com/intl/de-ch/downloads/windows">here (Windows)</a>.
</h4>
</td>
</tr>
</table>
<br><br>
<table width=50% cellspacing=0 cellpadding=0 class="zoom">
<tr>
<td>
<a href="https://therbootcamp.github.io/DataViz_2024GSERM/" style="display:block;height:100%;width:100%">
<div style="display:table;height:60px;width:100%">
<div style="display:table-cell;vertical-align:middle;text-align:center;width:100%;color:black"><h4>Back</h4></div>
</div>
</a>
</td>
</tr>
</table>
</div>
</body>
</html>