>
>
> This has been fixed for a while in R-patched. The 2.11.1 release on Monday
> should be fine.
> Apparently people aren't running the betas/release candidates. You really
> should run the test versions to flush out bugs. If you'd run the
> pre-release versions of 2.11.0, this bug would likel
Jeff Ryan wrote:
Running "as.character" on a large POSIXct causes a segfault on my 2.11
(2010-04-22) install. Seems to crash at around 9e4 ... on OSX and Ubuntu at
least.
This has been fixed for a while in R-patched. The 2.11.1 release on
Monday should be fine.
Apparently people aren't
On my Vista system there is no seg fault:
> invisible(as.character(Sys.time()+1:5e5))
> win.version()
[1] "Windows Vista (build 6002) Service Pack 2"
> R.version.string
[1] "R version 2.11.0 Patched (2010-04-26 r51822)"
On Wed, May 26, 2010 at 7:29 AM, Jeff Ryan wrote:
> Running "as.character"