Skip to content

Commit

Permalink
Install Polychrome to resolve https://github.com/lcolladotor/cshl_rst…
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Jul 6, 2023
1 parent decf332 commit 2baafdb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Imports:
limma,
lobstr,
patchwork,
Polychrome,
pheatmap,
postcards,
RColorBrewer,
Expand Down
8 changes: 5 additions & 3 deletions index.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## ----install, eval = FALSE-----------------------------------
## ----install, eval = FALSE-------------------------------------------------------------------------
## ## For installing Bioconductor packages
## if (!requireNamespace("BiocManager", quietly = TRUE)) {
## install.packages("BiocManager")
Expand Down Expand Up @@ -33,6 +33,7 @@
## "RColorBrewer",
## "ComplexHeatmap",
## "cowplot",
## "Polychrome",
## "spatialLIBD", ## Advanced
## "variancePartition"
## )
Expand All @@ -46,7 +47,7 @@
## BiocManager::install("lcolladotor/biocthis")


## ----session_packages, eval = TRUE, message = FALSE----------
## ----session_packages, eval = TRUE, message = FALSE------------------------------------------------
## Load the package at the top of your script
library("sessioninfo")

Expand Down Expand Up @@ -90,12 +91,13 @@ library("stringr")
library("cowplot")
library("rlang")
library("ggrepel")
library("Polychrome")

## Spatial transcriptomics
library("spatialLIBD")


## ----session_info--------------------------------------------
## ----session_info----------------------------------------------------------------------------------
## Reproducibility information
options(width = 120)
session_info()
Expand Down
2 changes: 2 additions & 0 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ BiocManager::install(
"RColorBrewer",
"ComplexHeatmap",
"cowplot",
"Polychrome",
"spatialLIBD", ## Advanced
"variancePartition"
)
Expand Down Expand Up @@ -178,6 +179,7 @@ library("stringr")
library("cowplot")
library("rlang")
library("ggrepel")
library("Polychrome")
## Spatial transcriptomics
library("spatialLIBD")
Expand Down

0 comments on commit 2baafdb

Please sign in to comment.