Skip to content

Commit 1bc9eac

Browse files
committed
Add ComplexHeatmap imports
1 parent 9028592 commit 1bc9eac

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ Imports:
7979
statmod,
8080
MatrixGenerics,
8181
rlang,
82-
dplyr
82+
dplyr,
83+
ComplexHeatmap
8384
RoxygenNote: 7.3.2
8485
Roxygen: list(markdown = TRUE)
8586
URL: https://github.com/LieberInstitute/spatialLIBD

NAMESPACE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ import(plotly, except = last_plot)
5757
import(shiny)
5858
importFrom(AnnotationHub,query)
5959
importFrom(BiocGenerics,which)
60+
importFrom(ComplexHeatmap,Heatmap)
61+
importFrom(ComplexHeatmap,columnAnnotation)
62+
importFrom(ComplexHeatmap,rowAnnotation)
6063
importFrom(DT,DTOutput)
6164
importFrom(DT,renderDT)
6265
importFrom(GenomicRanges,seqnames)

0 commit comments

Comments
 (0)