Skip to content

Commit 7d50115

Browse files
Copilotosorensen
andcommitted
Use ggplot2 namespace qualifiers instead of importing functions
Co-authored-by: osorensen <21175639+osorensen@users.noreply.github.com>
1 parent ea5995d commit 7d50115

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

NAMESPACE

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,4 @@ export(precompute_topological_sorts)
77
export(set_hyperparameters)
88
export(set_smc_options)
99
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)
1810
useDynLib(BayesMallowsSMC2, .registration = TRUE)

R/plot.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
#' `set.seed()`).
3636
#'
3737
#' @export
38-
#' @importFrom ggplot2 ggplot aes geom_histogram geom_col facet_wrap xlab ylab theme_minimal
3938
#'
4039
#' @examples
4140
#' \dontrun{

0 commit comments

Comments
 (0)