Re: [Rd] delayedAssign and interrupts

2006-05-21 Thread Duncan Murdoch
On 5/19/2006 10:55 AM, Duncan Murdoch wrote: > On 5/19/2006 10:37 AM, Luke Tierney wrote: >> On Fri, 19 May 2006, Duncan Murdoch wrote: >> >>> On 5/19/2006 9:54 AM, Roger D. Peng wrote: I noticed something recently that I thought was odd: delayedAssign("x", { Sys.sleep(5); 1 })

Re: [Rd] Suggesting changes to HELP files?

2006-05-21 Thread Romain Francois
Le 21.05.2006 20:41, Gabor Grothendieck a écrit : > I think there is or was some work on wikied help pages but > I don't think that it exists yet. When I was referring to the wiki > I just meant that that was somewhere where you can post > material. > Hi, Can we move that discussion to : http

Re: [Rd] Suggesting changes to HELP files?

2006-05-21 Thread Gabor Grothendieck
I think there is or was some work on wikied help pages but I don't think that it exists yet. When I was referring to the wiki I just meant that that was somewhere where you can post material. On 5/21/06, Spencer Graves <[EMAIL PROTECTED]> wrote: > Hi, Gabor: > > > > Gabor Grothendieck wrote: > >

Re: [Rd] Suggesting changes to HELP files?

2006-05-21 Thread Spencer Graves
Hi, Gabor: Gabor Grothendieck wrote: > On 5/21/06, Spencer Graves <[EMAIL PROTECTED]> wrote: >> Hi, Gabor: >> >> Thanks. My initial failed attempt to add to "R wiki" >> generated the >> following two questions: >> >> 1. What's the best way to find the R Wiki from >> "www.r-

Re: [Rd] print.trellis(..., draw.in=...)

2006-05-21 Thread Gabor Grothendieck
And while we are at it it would be nice to be able to get rid of getChildren.viewport in this example too. Its only purpose was to encapsulate access to the internals but if there were an official way to do it it would be preferable. On 5/21/06, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > On

Re: [Rd] Suggesting changes to HELP files?

2006-05-21 Thread Romain Francois
Hello Spencer, Le 21.05.2006 19:23, Spencer Graves a écrit : > Hi, Gabor: > > Thanks. My initial failed attempt to add to "R wiki" generated the > following two questions: > > 1. What's the best way to find the R Wiki from "www.r-project.org"? > I found it just now via RSiteS

Re: [Rd] print.trellis(..., draw.in=...)

2006-05-21 Thread Gabor Grothendieck
On 5/21/06, Deepayan Sarkar <[EMAIL PROTECTED]> wrote: > On 5/21/06, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > > Thanks. I should have realized that. Now that I read it again with > > your explanation it is clear. > > > > At the same time it would be convenient if one could specify a viewpo

Re: [Rd] Suggesting changes to HELP files?

2006-05-21 Thread Gabor Grothendieck
On 5/21/06, Spencer Graves <[EMAIL PROTECTED]> wrote: > Hi, Gabor: > > Thanks. My initial failed attempt to add to "R wiki" generated the > following two questions: > > 1. What's the best way to find the R Wiki from "www.r-project.org"? > I found it just now via RSiteSearch("R

Re: [Rd] print.trellis(..., draw.in=...)

2006-05-21 Thread Deepayan Sarkar
On 5/21/06, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > Thanks. I should have realized that. Now that I read it again with > your explanation it is clear. > > At the same time it would be convenient if one could specify a viewport > or vpPath, as well. If that were the case we could also eli

Re: [Rd] print.trellis(..., draw.in=...)

2006-05-21 Thread Gabor Grothendieck
Thanks. I should have realized that. Now that I read it again with your explanation it is clear. At the same time it would be convenient if one could specify a viewport or vpPath, as well. If that were the case we could also eliminate the names.* methods in this example. (These were included to

Re: [Rd] Suggesting changes to HELP files?

2006-05-21 Thread Spencer Graves
Hi, Duncan: Thanks very much. This helps. Best Wishes, Spencer Graves Duncan Murdoch wrote: > On 5/21/2006 11:45 AM, Spencer Graves wrote: >> Is there a procedure for suggesting changes to HELP files of the >> core R distribution? If yes, what is it? If it would be considered a >> fri

Re: [Rd] Suggesting changes to HELP files?

2006-05-21 Thread Spencer Graves
Hi, Gabor: Thanks. My initial failed attempt to add to "R wiki" generated the following two questions: 1. What's the best way to find the R Wiki from "www.r-project.org"? I found it just now via RSiteSearch("R wiki"). Might it be reasonable to add, e.g., a hot link to

Re: [Rd] print.trellis(..., draw.in=...)

2006-05-21 Thread Deepayan Sarkar
On 5/21/06, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > A year ago I had posted this code > > https://stat.ethz.ch/pipermail/r-devel/2005-June/033508.html > > and the associated discussion was that there would be a print.trellis > argument that could be used to eliminate the need for with.vpPat

Re: [Rd] Suggesting changes to HELP files?

2006-05-21 Thread Duncan Murdoch
On 5/21/2006 11:45 AM, Spencer Graves wrote: > Is there a procedure for suggesting changes to HELP files of the core > R distribution? If yes, what is it? If it would be considered a > friendly gesture, I could find the relevant *.Rd file and submit a > suggested modification to it som

Re: [Rd] Suggesting changes to HELP files?

2006-05-21 Thread Gabor Grothendieck
You could consider adding something to the wiki while you are waiting. On 5/21/06, Spencer Graves <[EMAIL PROTECTED]> wrote: > Is there a procedure for suggesting changes to HELP files of the core > R distribution? If yes, what is it? If it would be considered a > friendly gesture, I co

[Rd] Suggesting changes to HELP files?

2006-05-21 Thread Spencer Graves
Is there a procedure for suggesting changes to HELP files of the core R distribution? If yes, what is it? If it would be considered a friendly gesture, I could find the relevant *.Rd file and submit a suggested modification to it someplace. Alternatively, I could just send suggesti

[Rd] print.trellis(..., draw.in=...)

2006-05-21 Thread Gabor Grothendieck
A year ago I had posted this code https://stat.ethz.ch/pipermail/r-devel/2005-June/033508.html and the associated discussion was that there would be a print.trellis argument that could be used to eliminate the need for with.vpPath or with.viewport there. I assume that that is what draw.in= in pr