Re: [Rd] dput function (PR#12112)

2008-08-07 Thread Bill Dunlap
By the way, valgrind finally finished checking this example and found no problems after adding the PROTECT(tval). Nor did valgrindless R crash as it did before on this example. -Bill On Thu, 7 Aug 2008, Prof Brian Ripley wrote: > Bill, > > Thanks. Whether or not it is the cause here it should c

Re: [Rd] dput function (PR#12112)

2008-08-07 Thread Prof Brian Ripley
Bill, Thanks. Whether or not it is the cause here it should clearly be PROTECT-ed (I suspect the original version didn't need to be, but leaving PROTECTs off is prejudicial to future maintenance), so I've incorporated this in R-devel/R-patched. Brian On Thu, 7 Aug 2008, Bill Dunlap wrote:

Re: [Rd] dput function (PR#12112)

2008-08-07 Thread Bill Dunlap
On Thu, 7 Aug 2008 [EMAIL PROTECTED] wrote: > Full_Name: Juan Gea > Version: R version 2.6.2 > OS: Fedora Core 6 > Submission from: (NULL) (79.153.48.49) > > Abort: > > objeS <- matrix("AAA",100) > class(objeS) > outTxt <- textConnection("vaClob", open = "w", local = FALSE) > dput(objeS,outTx

[Rd] dput function (PR#12112)

2008-08-07 Thread juangea
Full_Name: Juan Gea Version: R version 2.6.2 OS: Fedora Core 6 Submission from: (NULL) (79.153.48.49) Abort: objeS <- matrix("AAA",100) class(objeS) outTxt <- textConnection("vaClob", open = "w", local = FALSE) dput(objeS,outTxt) close(outTxt) R version 2.6.2 (2008-02-08) Copyright (C)