Skip to content

Commit 72aae42

Browse files
committed
minor update to pkgdown website and vignette
1 parent 3f68f70 commit 72aae42

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

_pkgdown.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
url: https://phipsonlab.github.io/SuperCellCyto/
22
template:
33
bootstrap: 5
4-
bootswatch: cerulean
54

vignettes/how_to_create_supercells.Rmd

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,6 @@ library(BiocParallel)
2727
This vignette describes the steps to generate supercells for
2828
cytometry data using SuperCellCyto R package.
2929

30-
Please note that we're still actively updating this vignette (and in fact the
31-
package itself),
32-
and that we welcome any feedbacks on how to improve them.
33-
Please reach out by creating GitHub issues on our GitHub repository.
34-
35-
## Installation
36-
37-
SuperCellCyto can be installed using the `remotes` package from CRAN:
38-
39-
```{r eval=FALSE}
40-
# install remotes package first.
41-
install.packages("remotes")
42-
# then use it to install SuperCellCyto
43-
remotes::install_github("phipsonlab/SuperCellCyto")
44-
```
45-
4630
## Preparing your dataset
4731

4832
The function which creates supercells is called `runSuperCellCyto`, and it

0 commit comments

Comments
 (0)