Skip to content
Snippets Groups Projects
Commit 938182ef authored by Simeon's avatar Simeon
Browse files

namespace fix import -> importFrom

parent f6625b45
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,7 @@ export(translate_and_count_stops)
export(variant_classifier)
export(veganify_asvcounts)
export(veganify_generic_wide_tbl)
import(Biostrings)
import(DECIPHER)
import(DNAStringSetList)
import(dplyr)
import(forcats)
import(ggplot2)
......
......@@ -8,7 +8,7 @@
#'
#' @return A modified master table with variant classifications
#' @import dplyr purrr stringr tibble tidyr
#' @import Biostrings DNAStringSetList
#' @importFrom Biostrings DNAStringSetList
#' @export
variant_classifier <- function(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment