Skip to content

Commit

Permalink
Fix PDTMT argument check
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Apr 15, 2023
1 parent d9abdf0 commit ace55c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/checkArgumentsPDTMT.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
## Names and patterns
validPatterns <- c("^Abundance\\.F.+\\.Sample\\.",
"^Abundances\\.Grouped\\.",
"^Abundance\\.F[0-9]+\\.")
"^Abundance\\.F[0-9]+\\.", "^Abundance\\.")
.assertScalar(x = iColPattern, type = "character",
validValues = c(validPatterns,
gsub("\\", "", validPatterns, fixed = TRUE)))
Expand Down

0 comments on commit ace55c2

Please sign in to comment.