Skip to content

Commit

Permalink
refactor: move XML to Suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Mar 13, 2024
1 parent efd48e3 commit 505baf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Expand Up @@ -96,7 +96,6 @@ Imports:
ggplot2,
scales,
MASS,
XML,
Rcpp
Suggests:
testthat,
Expand All @@ -119,6 +118,7 @@ Suggests:
imputeLCMD,
norm,
gplots,
XML,
shiny,
magrittr,
SummarizedExperiment
Expand All @@ -132,7 +132,7 @@ URL: https://lgatto.github.io/MSnbase
biocViews: ImmunoOncology, Infrastructure, Proteomics, MassSpectrometry,
QualityControl, DataImport
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.3.1
Collate:
'AllClassUnions.R'
'AllGenerics.R'
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Expand Up @@ -25,7 +25,6 @@ importFrom(MsCoreUtils, closest, rbindFill,
impute_matrix, normalize_matrix,
robustSummary, medianPolish,
formatRt)
importFrom(XML, xmlParse, xpathSApply)
importFrom(graphics, abline, axis, grid, legend, lines, points, text,
barplot, layout, par, matplot, mtext)
importFrom(stats, ave, median, medpolish, quantile, reorder, setNames,
Expand Down

0 comments on commit 505baf1

Please sign in to comment.