Skip to content

Commit 06549d4

Browse files
committed
[docs] Update the dependencies and suggestions of the package
1 parent 3f6be06 commit 06549d4

2 files changed

Lines changed: 12 additions & 16 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Depends:
3535
methods,
3636
stats
3737
Imports:
38-
ComplexHeatmap,
3938
dplyr,
4039
DT,
4140
fastcluster,
@@ -61,6 +60,7 @@ Imports:
6160
RANN,
6261
reshape2,
6362
rlang,
63+
Seurat,
6464
shiny,
6565
shinyjs,
6666
shinyLP,
@@ -76,31 +76,22 @@ LinkingTo:
7676
Suggests:
7777
BiocManager,
7878
colourpicker,
79+
ComplexHeatmap,
7980
data.table,
80-
dbscan,
8181
DelayedMatrixStats,
82-
dendextend,
8382
devtools,
8483
doParallel,
85-
doRNG,
86-
e1071,
87-
harmony,
8884
knitr,
8985
leidenbase,
9086
monocle3,
9187
patchwork,
9288
ragg,
93-
reactlog,
9489
reticulate,
9590
rhdf5,
9691
RhpcBLASctl,
9792
rmarkdown,
98-
Rsamtools,
9993
scales,
100-
Seurat,
101-
SeuratData,
10294
SeuratObject,
103-
Signac,
10495
SharedObject,
10596
styler,
10697
testthat (>= 3.0.0)

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ The following packages are required for ClustAssess:
192192
* gprofiler2
193193
* igraph
194194
* jsonlite
195+
* leiden
195196
* Matrix (>= 1.5.0)
196197
* matrixStats
197198
* methods
@@ -203,6 +204,7 @@ The following packages are required for ClustAssess:
203204
* RANN
204205
* reshape2
205206
* rlang
207+
* Seurat
206208
* shiny
207209
* shinyjs
208210
* shinyLP
@@ -232,7 +234,6 @@ vignettes, the following packages are also needed:
232234
* rmarkdown
233235
* RhpcBLASctl
234236
* scales
235-
* Seurat
236237
* SeuratData
237238
* SeuratObject
238239
* SharedObject
@@ -241,24 +242,28 @@ vignettes, the following packages are also needed:
241242

242243
To manually install the required dependencies, please use the following commands:
243244
```r
244-
install.packages(c("dplyr", "DT", "fastcluster", "foreach", "glue", "Gmedian", "ggnewscale", "ggplot2", "ggrastr", "ggrepel", "ggtext", "gprofiler2", "igraph", "jsonlite", "Matrix", "matrixStats", "methods", "progress", "stringr", "paletteer", "plotly", "qualpalr", "RANN", "reshape2", "rlang", "shiny", "shinyjs", "shinyLP", "shinyWidgets", "stats", "uwot", "vioplot"), Ncpus = 1)
245+
install.packages(c("dplyr", "DT", "fastcluster", "foreach", "glue", "Gmedian", "ggnewscale", "ggplot2", "ggrastr", "ggrepel", "ggtext", "gprofiler2", "igraph", "jsonlite", "leiden", "Matrix", "matrixStats", "methods", "progress", "stringr", "paletteer", "plotly", "qualpalr", "RANN", "reshape2", "rlang", "Seurat", "shiny", "shinyjs", "shinyLP", "shinyWidgets", "stats", "uwot", "vioplot"), Ncpus = 1)
245246
install.packages("BiocManager")
246247
BiocManager::install(c("ComplexHeatmap"))
247248
```
248249

249250
To manually install the suggested dependencies, please use the following commands:
250251
```r
251-
install.packages(c("colourpicker", "dbscan", "dendextend", "devtools", "doParallel", "doRNG", "e1071", "knitr", "leidenbase", "patchwork", "ragg", "reactlog", "rmarkdown", "RhpcBLASctl", "scales", "Seurat", "SeuratObject", "styler", "testthat"), Ncpus = 1)
252+
install.packages(c("colourpicker", "devtools", "doParallel", "doRNG", "knitr", "leidenbase", "patchwork", "ragg", "rmarkdown", "RhpcBLASctl", "scales", "SeuratObject", "styler", "testthat"), Ncpus = 1)
252253

253254
install.packages("BiocManager")
254255
BiocManager::install(c("DelayedMatrixStats", "rhdf5"))
255256

256257
devtools::install_github('cole-trapnell-lab/monocle3')
257-
devtools::install_github('satijalab/seurat-data')
258258
devtools::install_github("Jiefei-Wang/SharedObject")
259259
```
260260

261-
261+
To manually install the packages that are exclusively used to build the vignettes, please use the following commands:
262+
```r
263+
devtools::install_github('satijalab/seurat-data')
264+
install.packages(c("harmony", "Signac"))
265+
BiocManager::install("Rsamtools")
266+
```
262267

263268

264269
*Note*: The package is under active development, and the release branches might contain additional features and bug fixes.

0 commit comments

Comments
 (0)