| ... | @@ -7,32 +7,33 @@ GUI of Traditional SAE |
... | @@ -7,32 +7,33 @@ GUI of Traditional SAE |
|
|
2. Dependencies
|
|
2. Dependencies
|
|
|
- Open R project
|
|
- Open R project
|
|
|
- Install the following package <br>
|
|
- Install the following package <br>
|
|
|
1 shiny
|
|
|
|
|
|
shiny
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
install.packages('shiny')
|
|
install.packages('shiny')
|
|
|
```
|
|
```
|
|
|
2 ggplot2
|
|
ggplot2
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
install.packages('ggplot2')
|
|
install.packages('ggplot2')
|
|
|
```
|
|
```
|
|
|
3 shinycssloaders
|
|
shinycssloaders
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
install.packages('shinycssloaders')
|
|
install.packages('shinycssloaders')
|
|
|
```
|
|
```
|
|
|
4 plotly
|
|
plotly
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
install.packages('plotly')
|
|
install.packages('plotly')
|
|
|
```
|
|
```
|
|
|
5 shinythemes
|
|
shinythemes
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
install.packages('shinythemes')
|
|
install.packages('shinythemes')
|
|
|
```
|
|
```
|
|
|
- resample
|
|
resample
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
install.packages('shinythemes')
|
|
install.packages('shinythemes')
|
| ... | | ... | |