Skip to content

Commit d961759

Browse files
authored
added required packages
1 parent 3f43f7f commit d961759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To run locally in R:
2323
* Ensure that the shiny package is loaded by running `install.packages("shiny")` and active `library(shiny)` in the R console.
2424
* Ensure that all of the packages you need are installed on your computer. The required packages can be found in 'global.R'. You can either install them manually, or run this code in the R console:
2525
```
26-
install.packages(c("stringr", "ggplot2", "seqinr", "plotly", "scales", "dplyr", "tidyr", "shinycssloaders", "markdown", "data.table", "readr", "purrr", "shinyBS", "shinyWidgets"))
26+
install.packages(c("stringr", "ggplot2", "seqinr", "plotly", "scales", "dplyr", "tidyr", "shinycssloaders", "markdown", "data.table", "readr", "purrr", "shinyBS", "shinyWidgets", "shinyjs"))
2727
```
2828
* Change your working directory to the path of the cloned or downloaded app directory `setwd('path/to/directory')`
2929
* In Rstudio, open either 'ui.R' or 'Server.R'.

0 commit comments

Comments
 (0)