We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5995d commit 7d50115Copy full SHA for 7d50115
NAMESPACE
@@ -7,12 +7,4 @@ export(precompute_topological_sorts)
7
export(set_hyperparameters)
8
export(set_smc_options)
9
importFrom(Rcpp,sourceCpp)
10
-importFrom(ggplot2,aes)
11
-importFrom(ggplot2,facet_wrap)
12
-importFrom(ggplot2,geom_col)
13
-importFrom(ggplot2,geom_histogram)
14
-importFrom(ggplot2,ggplot)
15
-importFrom(ggplot2,theme_minimal)
16
-importFrom(ggplot2,xlab)
17
-importFrom(ggplot2,ylab)
18
useDynLib(BayesMallowsSMC2, .registration = TRUE)
R/plot.R
@@ -35,7 +35,6 @@
35
#' `set.seed()`).
36
#'
37
#' @export
38
-#' @importFrom ggplot2 ggplot aes geom_histogram geom_col facet_wrap xlab ylab theme_minimal
39
40
#' @examples
41
#' \dontrun{
0 commit comments