Skip to content

Commit

Permalink
lil fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Nov 20, 2024
1 parent 7b82ba4 commit 8403d58
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,5 @@ Collate:
'writemzdata.R'
'writemztab.R'
'xcmsSource.R'
'zzz.R'
'zzz.R'

2 changes: 1 addition & 1 deletion R/XcmsExperiment.R
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ setMethod(
function(object, method = c("all", "closest_rt", "closest_mz",
"largest_tic", "largest_bpi"),
msLevel = 2L, expandRt = 0, expandMz = 0, ppm = 0,
skipFilled = FALSE, peaks = character(), peaksInfo = c("rt", "mz")
skipFilled = FALSE, peaks = character(), peaksInfo = c("rt", "mz"),
return.type = c("Spectra", "List"), BPPARAM = bpparam()) {
if (hasAdjustedRtime(object))
object <- applyAdjustedRtime(object)
Expand Down
4 changes: 4 additions & 0 deletions man/XcmsExperiment.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/chromPeakSpectra.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8403d58

Please sign in to comment.