Skip to content

Commit

Permalink
Merge branch 'fix_import_statements' of github.com:omnideconv/DeconvE…
Browse files Browse the repository at this point in the history
…xplorer into fix_import_statements
  • Loading branch information
federicomarini committed Jun 5, 2024
2 parents ed1e647 + c79a428 commit e06cc85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions R/DeconvExplorer-pkg.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@
#' dashboardSidebar dropdownMenu menuItem notificationItem sidebarMenu valueBox valueBoxOutput renderValueBox
#' tabItem tabItems
#' @importFrom plotly ggplotly plotlyOutput renderPlotly plot_ly layout config
#' @importFrom ggplot2 aes aes_ aes_string coord_cartesian coord_flip
#' element_rect element_text facet_wrap geom_abline geom_boxplot geom_col
#' geom_jitter geom_point geom_tile ggplot guide_colorbar guides labs
#' @importFrom ggplot2 aes aes_ aes_string coord_cartesian coord_flip
#' element_rect element_text facet_wrap geom_abline geom_boxplot geom_col
#' geom_jitter geom_point geom_tile ggplot guide_colorbar guides labs
#' scale_fill_gradient theme geom_text element_blank geom_hline ggsave
#' scale_colour_brewer scale_fill_brewer ylim theme_minimal geom_rect
#' @importFrom shinycssloaders withSpinner
#' @importFrom waiter Waitress waiter_hide waiter_show waiter_show_on_load
#' waiter_update
#' @importFrom rlang .data
#' @importFrom rintrojs introBox introjs introjsUI readCallback
#' @importFrom DT datatable dataTableOutput renderDataTable formatRound
#' @importFrom DT datatable dataTableOutput renderDataTable formatRound
#' formatPercentage
#' @importFrom shinyjs useShinyjs hide show
#' @importFrom utils write.csv write.table read.delim
#' @importFrom stringr str_to_title str_split
#' @importFrom tidyr pivot_longer
#' @importFrom stats sd cor.test complete.cases dist hclust
#' @importFrom ComplexHeatmap Heatmap make_comb_mat UpSet comb_size
#' @importFrom ComplexHeatmap Heatmap make_comb_mat UpSet comb_size
#' upset_top_annotation extract_comb
#' @importFrom grid gpar unit
#' @importFrom InteractiveComplexHeatmap InteractiveComplexHeatmapOutput
#' @importFrom InteractiveComplexHeatmap InteractiveComplexHeatmapOutput
#' makeInteractiveComplexHeatmap
#' @importFrom RColorBrewer brewer.pal
#' @importFrom circlize colorRamp2
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-signatures.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ test_that("Signature refinement operations are correct", {
max_count = 3,
labels = c("A", "B", "C", "D")
))

})

0 comments on commit e06cc85

Please sign in to comment.