We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb71e8 commit 9b9fb81Copy full SHA for 9b9fb81
README.md
@@ -32,11 +32,11 @@ Bioconductor 3.19.
32
```
33
34
# Install workshop package
35
-#install.packages('BiocManager')
36
-BiocManager::install("tidyomics/tidySpatialWorkshop", dependencies = TRUE)
+#install.packages('remotes')
+remotes::install_github("tidyomics/tidySpatialWorkshop", dependencies = TRUE)
37
38
# Then build the vignettes
39
-BiocManager::install("tidyomics/tidySpatialWorkshop", build_vignettes = TRUE, force=TRUE)
+remotes::install_github("tidyomics/tidySpatialWorkshop", build_vignettes = TRUE, force=TRUE)
40
41
# To view vignette
42
library(tidySpatialWorkshop)
0 commit comments