Skip to content

Commit 1807c26

Browse files
Copilotphoman14
andauthored
Declare patchwork dependency and import plot_layout in Harmony.R (#85)
* Initial plan * Fix patchwork::plot_layout unqualified usage in Harmony.R Co-authored-by: phoman14 <21298645+phoman14@users.noreply.github.com> Agent-Logs-Url: https://github.com/NIDAP-Community/SCWorkflow/sessions/9de58a68-7e10-4304-87be-6efae85ad882 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: phoman14 <21298645+phoman14@users.noreply.github.com>
1 parent 67712ca commit 1807c26

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,5 @@ Imports:
9292
htmlwidgets,
9393
scDblFinder
9494
, BiocParallel
95+
, patchwork
9596
Config/testthat/edition: 3

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ importFrom(gridExtra,arrangeGrob)
139139
importFrom(gridExtra,tableGrob)
140140
importFrom(htmlwidgets,saveWidget)
141141
importFrom(magrittr,"%>%")
142+
importFrom(patchwork,plot_layout)
142143
importFrom(plotly,as_widget)
143144
importFrom(plotly,ggplotly)
144145
importFrom(plotly,plot_ly)

R/Harmony.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#' @import gridExtra
2424
#' @import RColorBrewer
2525
#' @import ggplot2
26+
#' @importFrom patchwork plot_layout
2627
#'
2728
#' @export
2829
#' @examples

0 commit comments

Comments
 (0)