Skip to content

Commit

Permalink
import foreach deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaGomoryova committed Jul 23, 2024
1 parent 95e0bde commit ee1d2dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Description: This is a customized fork of the original work from Tianwei Yu.
It takes the adaptive processing of LC/MS metabolomics data further
with focus on high resolution MS for both LC and GC applications.
Depends: R (>= 3.50), MASS, mzR, splines, doParallel, foreach,
snow, dplyr, tidyr, stringr, tibble, tools, arrow, plyr
snow, dplyr, tidyr, stringr, tibble, tools, arrow
biocViews: Technology, MassSpectrometry
License: GPL-2
LazyLoad: yes
Expand Down
12 changes: 0 additions & 12 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -103,31 +103,19 @@ export(two.step.hybrid)
export(unsupervised)
export(validate_contents)
export(validate_model_method_input)
import("min,")
import(Create)
import(MASS)
import(RT)
import(a)
import(and)
import(arrow)
import(doParallel)
import(dplyr)
import(foreach)
import(max)
import(mean)
import(metadata)
import(mz)
import(mzR)
import(parallel)
import(row)
import(snow)
import(splines)
import(stringr)
import(tibble)
import(tidyr)
import(tools)
import(values.)
import(with)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_rows)
Expand Down
2 changes: 0 additions & 2 deletions R/feature.align.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#' @import foreach

#' Create a metadata row tibble with min, max and mean mz and RT values.
#' @param sample_grouped A dataframe with grouped mz and RT values for a particular cluster.
#' @param sample_names A list of sample names.
Expand Down

0 comments on commit ee1d2dc

Please sign in to comment.