Skip to content

Commit

Permalink
importing ggraph
Browse files Browse the repository at this point in the history
  • Loading branch information
ncborcherding committed Nov 8, 2023
1 parent 9bd9486 commit 3adf21d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Imports:
iNEXT,
methods,
plyr,
quantreg,
Rcpp,
reshape2,
rjson,
rlang,
rqss,
S4Vectors,
SeuratObject,
SingleCellExperiment,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ importFrom(igraph,set_vertex_attr)
importFrom(methods,slot)
importFrom(plyr,join)
importFrom(plyr,llply)
importFrom(quantreg,rqss)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(rjson,fromJSON)
Expand Down
2 changes: 1 addition & 1 deletion R/clonalBias.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#' @param exportTable Returns the data frame used for forming the graph.
#' @param palette Colors to use in visualization - input any \link[grDevices]{hcl.pals}.
#' @import ggplot2
#' @importClassesFrom quantreg rqss
#' @importFrom quantreg rqss
#' @importFrom stringr str_sort
#' @export
#' @concept SC_Functions
Expand Down
1 change: 1 addition & 0 deletions R/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
utils::globalVariables ("group.by")
utils::globalVariables ("group")
utils::globalVariables ("chain2_aa")
utils::globalVariables ("dotSize")
invisible ()
}
2 changes: 1 addition & 1 deletion tests/testthat/test-clonalNetwork.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# library(ggraph) # Qile: I believe libraries shouldn't need to be loaded in scripts? Correct me if im wrong.

test_that("clonalNetwork works", {

library(ggraph)
data("scRep_example")
test_obj <- combineExpression(getCombined(), scRep_example)

Expand Down

0 comments on commit 3adf21d

Please sign in to comment.