Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkuipers1402 committed Jun 14, 2021
1 parent 6f655e2 commit d377a95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Pandoc:\

## Fix install problems
If there are problems installing the application, it might be worth to try installing specific packages manually:
```
```R
## Shiny environment
if (!require("shiny")) install.packages("shiny")
if (!require("shinydashboard")) install.packages("shinydashboard")
Expand All @@ -82,6 +82,7 @@ if (!require("tidyr")) install.packages("tidyr")
if (!require("scales")) install.packages("scales")
if (!require("broom")) install.packages("broom")
if (!require("plotly")) install.packages("plotly")
if (!require("Rtsne")) install.packages("Rtsne")
if (!require("rmarkdown")) install.packages("rmarkdown")

## Pathway analysis
Expand Down

0 comments on commit d377a95

Please sign in to comment.