Skip to content

Commit

Permalink
Add icount import from iterators
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Jul 13, 2024
1 parent 69d75bf commit fe582c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Imports:
dplyr,
flexclust,
foreach,
iterators,
ggplot2,
ggrepel,
rlang,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ importFrom(ggplot2,labs)
importFrom(ggplot2,theme_bw)
importFrom(ggrepel,geom_label_repel)
importFrom(graphics,plot)
importFrom(iterators,icount)
importFrom(methods,S3Part)
importFrom(methods,as)
importFrom(methods,callNextMethod)
Expand Down
1 change: 1 addition & 0 deletions R/pkg.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
#' @import foreach
#' @importFrom Rcpp evalCpp
#' @importFrom RcppParallel RcppParallelLibs
#' @importFrom iterators icount
#'
"_PACKAGE"

Expand Down

0 comments on commit fe582c8

Please sign in to comment.