[Rd] Feil i websider (PR#7228)

2004-09-14 Thread sjekkAlderOgPeker
Warnings about /metno/internweb/fouweb/htdocs/teknisk/verktoy/R/faq.html BAD LINK: http://stat.ethz.ch/R/manual/ BAD LINK: http://nlme.stat.wisc.edu/MEMSS/ BAD LINK: http://stats.mth.uea.ac.uk/Rcgi/ BAD LINK: http://software.biostat.washington.edu/statsoft/ess/ --

RE: [Rd] memory allocation questions

2004-09-14 Thread Mark.Bravington
Thanks both All seems to work now, whether I use R_chk_alloc etc. (as per RS.h) or the Delphi routines. Sounds like I might as well stick with the latter though, since I have to do the housekeeping anyway. Mark #>should I bother using the R [memory allocation] routines instead [of the Delphi

[Rd] prototype in setClass.

2004-09-14 Thread Wolski
Hi! To specify a prototype in the setClass declaration is a great feature. But prototype seems no to work for slots of the "super" class. eg. The following code is declaring first the super class "List". This class has a slot "content". The class "AtomList" inherits from it and I would like to

RE: [Rd] how to use update if method for formula is not in namesp ace?

2004-09-14 Thread Liaw, Andy
> From: Prof Brian Ripley > > On Tue, 14 Sep 2004, Liaw, Andy wrote: > > > Dear R-devel, > > > > I've noticed that if the method for formula is not exported > in NAMESPACE, > > then update() would fail. As an example: > > > > > library(e1071) > > > data(iris) > > > iris.svm <- svm(Species ~

Re: [Rd] how to use update if method for formula is not in namespace?

2004-09-14 Thread Prof Brian Ripley
On Tue, 14 Sep 2004, Liaw, Andy wrote: > Dear R-devel, > > I've noticed that if the method for formula is not exported in NAMESPACE, > then update() would fail. As an example: > > > library(e1071) > > data(iris) > > iris.svm <- svm(Species ~ ., data=iris) > > update(iris.svm) > Error in eval(ex

[Rd] how to use update if method for formula is not in namespace?

2004-09-14 Thread Liaw, Andy
Dear R-devel, I've noticed that if the method for formula is not exported in NAMESPACE, then update() would fail. As an example: > library(e1071) > data(iris) > iris.svm <- svm(Species ~ ., data=iris) > update(iris.svm) Error in eval(expr, envir, enclos) : couldn't find function "svm.formula" T

Re: [Rd] is it a typo?

2004-09-14 Thread Martin Maechler
> "AndyL" == Liaw, Andy <[EMAIL PROTECTED]> > on Tue, 14 Sep 2004 10:28:31 -0400 writes: AndyL> In ?options: AndyL> 'warning.expression': an R code expression to be called if a AndyL> warning is generated, replacing the standard message. If AndyL> non-null is called ir

Re: [Rd] documentation error par("cin") and par("cra") (PR#7227)

2004-09-14 Thread Prof Brian Ripley
On Tue, 14 Sep 2004 [EMAIL PROTECTED] wrote: > the help of par() claims that > cin and cra are > c(width, height) That is the design intention. > but it appears to be rather > c(height, width) On what evidence? W has no descenders, so its height is less than the typical box. It's coinciden

[Rd] is it a typo?

2004-09-14 Thread Liaw, Andy
In ?options: 'warning.expression': an R code expression to be called if a warning is generated, replacing the standard message. If non-null is called irrespective of the value of option 'warn'. Is there a missing `it' between `non-null' and `is'? Best, Andy _

[Rd] documentation error par("cin") and par("cra") (PR#7227)

2004-09-14 Thread joehl
Dear all, the help of par() claims that cin and cra are c(width, height) but it appears to be rather c(height, width) Best regards Jens Oehlschlägel > plot.new() > strheight("W", unit="inches") [1] 0.1354167 > par("cin") [1] 0.1354167 0.1875000 > version _ platform

Re: [Rd] memory allocation questions

2004-09-14 Thread Duncan Murdoch
On Tue, 14 Sep 2004 09:38:55 +1000, <[EMAIL PROTECTED]> wrote : >Dear R-devel > >This one seems a bit arcane for R-help. I very often use R to call routines written >in Delphi (son of Pascal), doing "persistent" memory allocation within Delphi. That >is, I start R and load the Delphi DLL; then I

[Rd] Re: [R] R-2.0.0 CMD check . and datasets

2004-09-14 Thread Prof Brian Ripley
This is question about the the development version of R and should have gone to the R-devel list according to the posting guide. R-devel is intended for questions and discussion about code development in R. Questions likely to prompt discussion unintelligible to non-programmers should go

Re: [Rd] reorder [stats] and reorder.factor [lattice]

2004-09-14 Thread Prof Brian Ripley
Summary: I have just put a version in stats as supplied by Deepayan. It is more or less the same as that in Trellis (there never was one in lattice AFAIK), except that the result is by default only ordered if the input was, and the `scores' used to do the ordering are returned. (Both points I rai