Changes
Page history
Add Rarr package to requirements.
authored
Sep 29, 2023
by
Jean-Karim Heriche
Show whitespace changes
Inline
Side-by-side
Installation.md
View page @
0656ea97
...
@@ -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")
```
```
* * *
* * *
...
...
...
...