Skip to content
Snippets Groups Projects
Commit 38cab829 authored by ermueller's avatar ermueller
Browse files

Changed a message() to an error(), because the circumstances that generate...

Changed a message() to an error(), because the circumstances that generate this message would lead to an error anyways
parent 6d158937
No related branches found
No related tags found
No related merge requests found
......@@ -1757,7 +1757,7 @@ filterPeaksMultiplicity <- function(peaks, formulacol, recalcBest = TRUE)
if(!is.data.frame(peaks))
{
message("filterPeaksMultiplicity: no peaks to aggregate")
stop("filterPeaksMultiplicity: no peaks to aggregate")
peaks <- cbind(peaks, data.frame(formulaMultiplicity=numeric()))
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment