Skip to content

Commit

Permalink
Minor fix to message (microbiome#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman authored Jun 12, 2024
1 parent 1b9ed9f commit 315beb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/getPrevalence.R
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ setMethod("getPrevalence", signature = c(x = "ANY"), function(
if( any( is.na(x) ) ){
msg <- paste0(
"The abundance table contains NA values and they are",
ifelse(na.rm, " not ", " "), "excluded (see 'na.rm').")
ifelse(na.rm, " ", " not "), "excluded (see 'na.rm').")
warning(msg, call. = FALSE)
}
#
Expand Down

0 comments on commit 315beb0

Please sign in to comment.