Skip to content

Commit 9b9fb81

Browse files
authored
Update README.md
1 parent cdb71e8 commit 9b9fb81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Bioconductor 3.19.
3232
```
3333
3434
# Install workshop package
35-
#install.packages('BiocManager')
36-
BiocManager::install("tidyomics/tidySpatialWorkshop", dependencies = TRUE)
35+
#install.packages('remotes')
36+
remotes::install_github("tidyomics/tidySpatialWorkshop", dependencies = TRUE)
3737
3838
# Then build the vignettes
39-
BiocManager::install("tidyomics/tidySpatialWorkshop", build_vignettes = TRUE, force=TRUE)
39+
remotes::install_github("tidyomics/tidySpatialWorkshop", build_vignettes = TRUE, force=TRUE)
4040
4141
# To view vignette
4242
library(tidySpatialWorkshop)

0 commit comments

Comments
 (0)