Skip to content

Commit

Permalink
refactor: fix Steffen's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Dec 6, 2023
1 parent 29cb234 commit 6aea748
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion R/do_adjustRtime-functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ do_adjustRtime_peakGroups <-
#' @details This function is called internally by the
#' do_adjustRtime_peakGroups function and the retcor.peakgroups method.
#'
#' Update for version 4.1.2: correctly consider the `sampleIndex` and
#' Update for version 4.1.4: correctly consider the `sampleIndex` and
#' `missingSample` to select only peaks present in samples of an eventual
#' sample subset (for subset-based alignment): fixes issue #702
#'
Expand Down
8 changes: 0 additions & 8 deletions tests/testthat/test_Chromatogram.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
## test_that("extractChromatograms is deprecated", {
## skip_on_os(os = "windows", arch = "i386")

## expect_warning(chrs <- extractChromatograms(
## filterRt(filterFile(od_x, file = 2), c(2500, 2600))))
## expect_warning(plotChromatogram(chrs))
## })

test_that("chromatogram works", {
skip_on_os(os = "windows", arch = "i386")

Expand Down

0 comments on commit 6aea748

Please sign in to comment.