Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed May 20, 2024
1 parent ea6d690 commit 6653e2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ BiocManager::install(c("lmweber/ggspavis",
"stemangiola/tidygate",
"stemangiola/CuratedAtlasQueryR"),
update = FALSE)
BiocManager::install("ggcorrplot")
# Then build the vignettes
devtools::build_vignettes(pkg = "tidySpatialWorkshop2024")
BiocManager::install("tidyomics/tidySpatialWorkshop2024", build_vignettes = TRUE, force=TRUE)
# To view vignette
library(spatialOmicsWorkshop2024)
Expand Down

0 comments on commit 6653e2f

Please sign in to comment.