inst/unitTests/test_getPeakScore.R

## function to perform unit test for getPeak

test_getPeakScore <- function() {
    
    checkException(getPeakScore(deltaRI = 20), paste("Either as single run, i.e.
                    runPeaks, or multiple runs,","i.e. dsPeaks, should be 
                                                     provided", sep = ""))    
}

Try the SIMAT package in your browser

Any scripts or data that you put into this service are public.

SIMAT documentation built on Nov. 8, 2020, 8:27 p.m.