-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathknime_installation.Rmd
More file actions
55 lines (37 loc) · 1.41 KB
/
knime_installation.Rmd
File metadata and controls
55 lines (37 loc) · 1.41 KB
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
---
title: bupaR4KNIME
output:
html_document:
toc: false
---
<br/>
```{r echo = F, out.width="25%", fig.align = "right"}
knitr::include_graphics("images/bupaRknime.PNG")
```
***
### 1. Install R
... and Posit Rstudio or other IDE.
* [R](https://cran.r-project.org/)
* [Rstudio](https://posit.co/downloads/)
### 2. Install bupaverse and supporting packages
```{r eval = F}
install.packages("bupaverse")
install.packages("Rserve")
install.packages("Cairo")
```
`Rserve` and `Cairo` are not `bupaverse` dependencies but are needed to get the KNIME components to work.
### 3. Install KNIME
Go to [knime.com](https://www.knime.com/get-started-download), download KNIME, and install.
### 4. Install and configure the KNIME R extension
1. Go to _Menu_ > _Install extensions_
2. Search KNIME Interactive R Statistics Integration
3. Install the extension
4. Go to _Preferences_ > _R_
5. Correctly configure the path to R on your device
Check the extension [installation guide](https://docs.knime.com/2019-12/r_installation_guide/index.html#_introduction) for more details regarding your specific OS.
### 5. Download the bupaR4KNIME components
1. Go to https://hub.knime.com/biaru%20-%20digital%20future%20lab
2. Go to the _bupaverse_ space
3. Download the entire folder as a `.knar` file
4. Import the file using the _Immport workflow_ functionality in KNIME
You are now ready to experience the `bupaverse` in KNIME!