Re: [Rd] Documentation for reg.finalizer

2015-02-06 Thread Duncan Murdoch
On 06/02/2015 3:46 PM, Tim Keitt wrote: > Documentation says (emphasis mine): > > "Registers an R function to be called upon garbage collection of > object OR (optionally) at the end of an R session." > > Should this say "and" and not "or"? > > THK > No. "Or" in English is in the context

Re: [Rd] Rcurl crash in R-devel

2015-02-06 Thread Gabriel Becker
This behavior didn't replicate for me on Linux (Ubuntu 14.04) with a freshly updated and built R-devel. ~G On Fri, Feb 6, 2015 at 12:14 PM, Marc Girondot wrote: > Update taking into account the answer of Prof Ripley. > ___ > > Below is a reproduci

[Rd] Documentation for reg.finalizer

2015-02-06 Thread Tim Keitt
Documentation says (emphasis mine): "Registers an R function to be called upon garbage collection of object OR (optionally) at the end of an R session." Should this say "and" and not "or"? THK -- http://www.keittlab.org/ [[alternative HTML version deleted]] _

Re: [Rd] Rcurl crash in R-devel

2015-02-06 Thread Marc Girondot
Update taking into account the answer of Prof Ripley. ___ Below is a reproducing example that produces the crash. If I do exactly the same in R 3.1.2, it works perfectly. I have the lastest libcurl library (curl @7.40.0) installed So, perhaps indee

[Rd] as.factor -> S3 generic

2015-02-06 Thread Hadley Wickham
Would it be possible to turn as.factor into an S3 generic? It seems to be one of the few coercion methods that aren't already generic. Hadley -- http://had.co.nz/ __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel