Skip to content

warnings --- wish/bug (PR#1148)

1 message · Brian Ripley

#
This is difficult.  The internal warnings should work as often as
possible without doing memory allocation, which might provoke an error
(*and* we try to print out warnings after a memory allocation error).
So strwrap is a no-no internally.

I've not seen warnings that are not wrapped by the console
(on Unix) or are scrollable (Rgui).   Can you give us an example of the
problem?

Incidentally, I think you want to strwrap the ... too.
On Fri, 26 Oct 2001 kjetilh@umsanet.edu.bo wrote: