[Rd] Clipping (was Re: patch dendrogram.R from stats [was: Re: dendrogram plot does not draw long labels ?])

2011-01-29 Thread Prof Brian Ripley
On Sat, 29 Jan 2011, Martin Maechler wrote: Tobias Verbeke on Tue, 25 Jan 2011 21:27:41 +0100 writes: > L.S. > Please find below a patch for dendrogram.R (stats package) > against revision r54107 which allows one to pass the xpd > parameter as a component of the nodePar list (

[Rd] patch dendrogram.R from stats [was: Re: dendrogram plot does not draw long labels ?]

2011-01-29 Thread Martin Maechler
> Tobias Verbeke > on Tue, 25 Jan 2011 21:27:41 +0100 writes: > L.S. > Please find below a patch for dendrogram.R (stats package) > against revision r54107 which allows one to pass the xpd > parameter as a component of the nodePar list (to be > passed to plot.dendr

Re: [Rd] use of depends, suggests, etc

2011-01-29 Thread Duncan Murdoch
On 11-01-28 12:18 PM, Kevin R. Coombes wrote: The situation I am talking about is essentially the one in your example. If package [Bar] is not installed on the machine where R CMD chedk is running, then putting Suggests: Bar in the DESCRIPTION file causes R CMD check to fail, with the erro

Re: [Rd] help with S4 objects: trying to use a "link-glm" as a class in an object definition

2011-01-29 Thread Martin Maechler
> Paul Bailey > on Thu, 27 Jan 2011 23:51:21 -0500 writes: > Hi, I'm trying to make a new S4 object with a slot for a > "link-glm" object. R doesn't like me have a slot of class > "link-glm" >> class(make.link("probit")) > [1] "link-glm" >> setClass("a",repres

[Rd] Re : ReferenceClasses examples {method}

2011-01-29 Thread Marc Carpentier
Hi, Thank you for this pedagocical response. Obviously, I hadn't consider the $edit() call from $undo() itself... Which made me think of a more vicious (!) example... with the possibility to undo what's been undone... Viciousness isn't the point, so in this modified example : - edits is used as

Re: [Rd] RPostgreSQL 0.1.7 for Windows 64 causes R.2.12.1 Win64 crash

2011-01-29 Thread Xiaobo Gu
On Tue, Jan 18, 2011 at 1:22 AM, Prof Brian Ripley wrote: > On Mon, 17 Jan 2011, Dirk Eddelbuettel wrote: > >> >> On 16 January 2011 at 23:00, Xiaobo Gu wrote: >> | Is it because of compiler campsites between R and PostgreSQL, R is >> | compiled by GCC, while PostgreSQL from Enterprise DB is compi