Skip to content

Commit

Permalink
Merge pull request #34 from mdnestor/dev
Browse files Browse the repository at this point in the history
Fixed missing dependency for filter_masic_data
  • Loading branch information
vladpetyuk authored Mar 11, 2021
2 parents 19cd30e + 150a4dd commit dc3ed78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion R/filter_masic_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc3ed78

Please sign in to comment.