Skip to content

type.convert() (PR#1236)

1 message · Brian Ripley

#
Oh, do check the R-bugs database first!  This was solved in R-patched
before the first report ...
o   type.convert() could give stack imbalance warnings if used
        with as.is = TRUE.

Actually, it works perfectly, so it's not a serious bug, especially as
using type.convert(letters[1:2],as.is=T) is a waste of time (yours in
that case).
On Thu, 3 Jan 2002 dxsun@bell-labs.com wrote: