diff --git a/NAMESPACE b/NAMESPACE index 3fb7560..f43d8df 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -94,6 +94,7 @@ importFrom(tibble,rownames_to_column) importFrom(tibble,tibble) importFrom(tidyr,gather) importFrom(tidyr,spread) +importFrom(tidyselect,all_of) importFrom(tidyselect,contains) importFrom(tidyselect,starts_with) importFrom(tools,file_ext) diff --git a/R/filter_masic_data.R b/R/filter_masic_data.R index 13fbd04..2eb0429 100644 --- a/R/filter_masic_data.R +++ b/R/filter_masic_data.R @@ -14,7 +14,7 @@ #' @param s2n_threshold (numeric) S/N calculated by vendor and extracted MASIC from raw files. Default is 4. #' @return (data.frame) filtered MASIC output #' @importFrom dplyr filter select inner_join mutate %>% -#' @importFrom tidyselect contains starts_with +#' @importFrom tidyselect contains starts_with all_of #' @importFrom tidyr gather spread #' @export filter_masic_data #' @examples