Re: [Rd] --max-vsize

2011-07-26 Thread Christophe Rhodes
Prof Brian Ripley writes: > Point 1 is as documented: you have exceeded the maximum integer and it > does say that it gives NA. So the only 'odd' is reporting that you > did not read the documentation. I'm sorry; I thought that my message made it clear that I was aware that the NA came from exc

[Rd] --max-vsize

2011-07-21 Thread Christophe Rhodes
>From 933ab0cfca4657eba217edc99094fd509223e657 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Thu, 21 Jul 2011 14:40:34 +0100 Subject: [PATCH] src/main/memory.c: set R_MaxVSize when assigning to vsfac Fixes --max-vsize command-line option (previously generated a limit too great by a factor of 8 on my machines) ---

Re: [Rd] introspective capabilities

2010-09-01 Thread Christophe Rhodes
Duncan Murdoch writes: > On 27/08/2010 7:52 AM, Christophe Rhodes wrote: >> Hi, >> >> Is there any way, from R code, to perform introspection as to where >> certain names acquired their values? > > There's the "keep.source" option to source() and t

[Rd] introspective capabilities

2010-08-27 Thread Christophe Rhodes
Hi, Is there any way, from R code, to perform introspection as to where certain names acquired their values? The specific functionality I'm looking for in this case is to be able to request my editor to view the definition corresponding to a name in its original source location (presuming for the