Skip to content

Commit

Permalink
Update warning message
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Führlich <[email protected]>
  • Loading branch information
dklein-pik and pfuehrlich-pik authored Jan 11, 2024
1 parent c1a4aa3 commit a4667d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read.report.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ read.report <- function(file, as.list = TRUE, ignoreSeparatorWarning = FALSE) {
if (any(ndots != ndots[1])) {
names <- gsub("\\.", "p", names)
if (!ignoreSeparatorWarning) {
warning("Replaced some \".\" with \"p\" to prevent misinterpretation as dim separator")
warning("Replaced all \".\" with \"p\" to prevent misinterpretation as dim separator")
}
}
# replace weird ° in tables after sub function evaluation
Expand Down

0 comments on commit a4667d1

Please sign in to comment.