diff --git a/NAMESPACE b/NAMESPACE index a87f056f501f1c60e45a81cd45614b666e44e587..3b5b311b629a32f00a8b6ff9e1d1920f3bdceaae 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -50,6 +50,7 @@ import(DECIPHER) import(GenomicRanges) import(ape) import(cowplot) +import(dplyr) import(ggdendro) import(ggtree) import(phangorn) diff --git a/R/meshclustR.R b/R/meshclustR.R index 53f2fc53f440f9c9ed46a7fc25dd6c6b3703bed7..1eecb069194ea07ed49644534ce427de9139c57c 100644 --- a/R/meshclustR.R +++ b/R/meshclustR.R @@ -19,6 +19,8 @@ #' meshclustR(seqs = MyDNAStringSet, meshclust_bin = meshclust, filepath = path) #' @import Biostrings #' @import tidyverse +#' @import dplyr +#' #' @export meshclustR <- function(seqs = MyDNAStringSet, meshclust_bin = meshclust,