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 (
> 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
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
> 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
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
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