Add Rarr package to requirements. authored by Jean-Karim Heriche's avatar Jean-Karim Heriche
...@@ -62,13 +62,14 @@ From within an R console, install with: ...@@ -62,13 +62,14 @@ From within an R console, install with:
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")) 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 and from Bioconductor: EBImage, RBioFormats and Rarr
From within an R console, install with: From within an R console, install with:
``` ```
install.packages("BiocManager") install.packages("BiocManager")
BiocManager::install("EBImage") BiocManager::install("EBImage")
BiocManager::install("aoles/RBioFormats") BiocManager::install("aoles/RBioFormats")
BiocManager::install("Rarr")
``` ```
* * * * * *
... ...
......