You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install R on Ubuntu-like Linux OS (prerequisites: user with sudo privileges) with add-apt-repository (adapt values in the square brackets and delete the brackets)
232
-
i) Import the repository public key
240
+
- Import the repository public key
233
241
```
234
242
$ apt-key adv --keyserver [from this location or server] --recv-keys [retrieve key(s)]
235
243
```
236
-
ii) Add the CRAN repository to your system sources’ list
244
+
- Add the CRAN repository to your system sources’ list
237
245
```
238
246
$ sudo add-apt-repository ‘deb https://cloud.r-project.org/bin/linux/ubuntu [type appropriate selection from https://cloud.r-project.org/bin/linux/ubuntu/]’
239
247
```
240
-
iii) Install the complete R system
248
+
- Install the complete R system
241
249
```
242
250
$ sudo apt-get update
243
251
$ sudo apt install r-base
@@ -253,6 +261,7 @@ Installing pip for Python 3 and Python2 on Ubuntu-like OS (prerequisites: user w
253
261
# Installing pip for Python 3
254
262
$ sudo apt update
255
263
$ sudo apt install python3-pip
264
+
256
265
# Installing pip for Python 2
257
266
$ sudo apt update
258
267
$ sudo apt install python2
@@ -276,6 +285,8 @@ Described at [How to Install and Use the Linux Bash Shell on Windows 10](https:/
276
285
277
286
[Wine](https://www.winehq.org/)
278
287
288
+
<br/>
289
+
<br/>
279
290
280
291
## :notebook_with_decorative_cover: Shiny and R Markdown
281
292
@@ -285,6 +296,8 @@ Described at [How to Install and Use the Linux Bash Shell on Windows 10](https:/
0 commit comments