-
Notifications
You must be signed in to change notification settings - Fork 0
/
installation.html
106 lines (86 loc) · 5.16 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
<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>Einführung in die moderne Datenanalyse mit 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/I2R_2023Sep'><i class='fas fa-clock'></i></a>
<a href='mailto:[email protected]'><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</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'>September 2023</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 - Installiere Base-R und RStudio auf deinem Laptop.</h2>
<h4>
Verwende die folgenden Links um die aktuellen Versionen von R und RStudio zu installieren.<br><br>
<b>Installiere Base-R</b>:
<a href="https://cloud.r-project.org/bin/windows/base/R-4.3.1-win.exe">Windows</a>,
<a href="https://cloud.r-project.org/bin/macosx/base/R-4.2.3.pkg">Mac (Intel)</a>,
<a href="https://cloud.r-project.org/bin/macosx/big-sur-arm64/base/R-4.3.1-arm64.pkg">Mac (M1)</a><br>
<b>Install RStudio</b>:
<a href="https://download1.rstudio.org/electron/windows/RStudio-2023.06.2-561.exe">Windows</a>,
<a href="https://download1.rstudio.org/electron/macos/RStudio-2023.06.2-561.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 - Zoom</h2>
<h4>
Wir werden den Kurs über die Software Zoom abhalten.<br><br>
Wenn ihr noch keinen Account habt, registriert Euch bitte (kostenlos) auf <a href="https://zoom.us/de-de/freesignup.html">https://zoom.us/de-de/freesignup.html</a>. Ladet bitte auch auf <a href="https://zoom.us/download#client_4meeting">https://zoom.us/download#client_4meeting</a> die Zoom App herunter und führt die Installation durch. Falls eine Installation der Software nicht möglich ist, gibt es auch die Möglichkeit Zoom über den Browser beizutreten.<br><br>
Während der Veranstaltung befinden wir uns durchgehend in einem Hauptkanal, mit der Möglichkeit während der Übungen in Breakout Rooms auszuweichen. Während der gesamten Veranstaltung bitten wir Euch als Default das Video ein- und das Mikrofon ausgeschaltet zu lassen. Ihr könnt selbstverständlich, wenn Ihr mögt, unter im Einstellungsmenu der App einen Hintergrund setzen um Eure Privatsphäre zu schützen. Um während der Veranstaltung Fragen zu stellen oder anderweitig mündlich etwas beizutragen, schaltet einfach (mit Leertaste oder Maus) vorübergehend Euer Mikrofon an. <br><br>
Wir fangen pünktlich um 13.00 Uhr an. Bitte findet Euch bereits 10 Minuten vorher im Zoom Meeting ein, um noch allenfalls auftretende technische Schwierigkeiten ausräumen zu können. Den Link zum Zoom meeting findet Ihr auf der Kursseite.
</h4>
</td>
</tr>
</table>
<table width=50% cellspacing=0 cellpadding=0 class="downloads">
<col width=100%>
<tr>
<td align=left>
<h2>3 - Kursseite & Materialien</h2>
<h4>
Unter diesem Link <a href="https://therbootcamp.github.io/I2R_2023Sep">https://therbootcamp.github.io/I2R_2023Sep</a> findet Ihr die Kursseite mit allen Materialien und dem Link zum Zoom meeting.<br><br>
Bitte ladet vor Kursbeginn das <a href="https://www.dropbox.com/scl/fi/da8jtzs7xdqjm7jnnsdeo/TheRBootcamp.zip?rlkey=x394wcea7msmnlvno7ashdm84&dl=1">Projekt</a> herunter, entpackt es (Doppelklick), und bewegt den darin enthaltenen Ordner “TheRBootcamp” auf den Desktop oder in einen anderen Ordner Eurer Wahl.
</h4>
</td>
</tr>
</table>
<br><br>
<table width=50% cellspacing=0 cellpadding=0 class="zoom">
<tr>
<td>
<a href="https://therbootcamp.github.io/I2R_2023Sep/" 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>Zurück</h4></div>
</div>
</a>
</td>
</tr>
</table>
</div>
</body>
</html>