Skip to content

Commit

Permalink
stressplot.dbrda: fix formatting in warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jarioksa committed Apr 22, 2024
1 parent abcb6bd commit 864724d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/stressplot.wcmdscale.R
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
}
U <- U %*% diag(sqrt(eig), nrow = kmax)
if (k > kmax) {
warning("max allowed rank is k = %d", kmax)
warning(gettextf("max allowed rank is k = %d", kmax))
k <- kmax
}
if (k > 0) {
Expand Down

0 comments on commit 864724d

Please sign in to comment.