Fix install.packages command. authored by Jean-Karim Heriche's avatar Jean-Karim Heriche
......@@ -59,7 +59,7 @@ The IDE requires the following packages from CRAN: devtools, data.table, DT, shi
From within an R console, install with:
```
install.packages("devtools", "data.table", "DT", "shiny", "shinyFiles", "shinycssloaders", "shinydashboard", "shinyjs", "shinyWidgets", "shinybusy", "assertthat", "ggplot2", "plotly", "RANN", "MASS", "dbscan", "uwot", "xgboost", "Ckmeans.1d.dp", "e1071", "caret", "RColorBrewer", "aws.s3")
install.packages(c("devtools", "data.table", "DT", "shiny", "shinyFiles", "shinycssloaders", "shinydashboard", "shinyjs", "shinyWidgets", "shinybusy", "assertthat", "ggplot2", "plotly", "RANN", "MASS", "dbscan", "uwot", "xgboost", "Ckmeans.1d.dp", "e1071", "caret", "RColorBrewer", "aws.s3"))
```
and from Bioconductor: EBImage and RBioFormats
......
......