search for: a0sprintf

Displaying 1 result from an estimated 1 matches for "a0sprintf".

Did you mean: a'sprintf
2009 Apr 25
0
incorrect output and segfaults from sprintf with %*d (PR#13675)
...;> {{as I said all along; =A0hence my question to Wacek (and the >> =A0 R-develers) =A0if anybody found that limit too low}} >> > > i didn't find the limit itself problematic. =A0(so far?) ok. > btw. (i do know what that means ;)), after your recent fix: > > =A0 =A0sprintf('%q%s', 1) > =A0 =A0# Error in sprintf("%q%s", 1) : > =A0 =A0# =A0use format %f, %e, %g or %a for numeric objects > > =A0 =A0sprintf('%s', 1) > =A0 =A0# [1] "1" > > you may want to add '%s' (and '%x', and ...) to the error mes...