This works fine in R-patched in Darwin.
On Oct 14, 2003, at 23:02, Laurent Gautier wrote:
help.search("prompt", agrep=F)
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
Editor: Journal of Multivariate Analysis, Journal of Statistical
Software
US mail: 8130 Math Sciences Bl
...unless its me missing something...
> help.search("prompt", agrep=F)
Error: couldn't find function ".class1"
> traceback()
12: initialize(value, ...)
11: initialize(value, ...)
10: new("ObjectsWithPackage", value, package = pkg)
9: metaNameUndo(unique(these), prefix = "M", searchForm = searchFo
On Wed, Oct 15, 2003 at 01:20:04AM +0200, [EMAIL PROTECTED] wrote:
> Full_Name: Richard Huggins
> Version: 1.7.1
> OS: windows 2000
> Submission from: (NULL) (131.172.4.44)
>
>
> > x<-rnorm(100,2,1)
> > mean(x)
> [1] 1.73299
> > summary(fivenum(x))
>Min. 1st Qu. MedianMean 3rd Qu.Max
Full_Name: Richard Huggins
Version: 1.7.1
OS: windows 2000
Submission from: (NULL) (131.172.4.44)
> x<-rnorm(100,2,1)
> mean(x)
[1] 1.73299
> summary(fivenum(x))
Min. 1st Qu. MedianMean 3rd Qu.Max.
-0.3655 1.1070 1.7430 1.7320 2.3840 3.7910
> summary(x)
Min. 1st Qu. Median
Thomas Lumley <[EMAIL PROTECTED]> writes:
> On Tue, 14 Oct 2003 [EMAIL PROTECTED] wrote:
>
> > Full_Name: J . R. M. Hosking
> > Version: 1.8.0
> > OS: Windows 2000
> > Submission from: (NULL) (129.34.20.23)
> >
> >
> > On R 1.8.0 (and on R 1.5.1), Windows binary:
> >
> > > NA %*% 0
> > [,1]
On Tue, 14 Oct 2003 [EMAIL PROTECTED] wrote:
> Full_Name: J . R. M. Hosking
> Version: 1.8.0
> OS: Windows 2000
> Submission from: (NULL) (129.34.20.23)
>
>
> On R 1.8.0 (and on R 1.5.1), Windows binary:
>
> > NA %*% 0
> [,1]
> [1,]0
>
> This is surprising. Is it a bug? Note that
>
I t
Full_Name: J . R. M. Hosking
Version: 1.8.0
OS: Windows 2000
Submission from: (NULL) (129.34.20.23)
On R 1.8.0 (and on R 1.5.1), Windows binary:
> NA %*% 0
[,1]
[1,]0
This is surprising. Is it a bug? Note that
> 0 %*% NA
[,1]
[1,] NA
> NA %*% 1
[,1]
[1,] NA
> NA * 0
[
What about `mle'?
-roger
Douglas Bates wrote:
Is there an example of a package that uses both a namespace and S4
classes and methods?
__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel
__
Is there an example of a package that uses both a namespace and S4
classes and methods?
__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel
On Mon, 13 Oct 2003, David Brahm wrote:
> Martin Maechler <[EMAIL PROTECTED]> wrote:
> > When accidentally calling print() {implicitly}, we have been used here to
> > press CTRL+c (twice in Emacs ESS!) for stopping the output.
> > This no longer works in R 1.8.0 at least on our unix platforms.
>
Full_Name: George N. White III
Version: 1.8.0
OS: Irix 6.5
Submission from: (NULL) (142.176.61.245)
> options(CRAN = "http://cran.us.r-project.org/";)
> install.packages("gtkDevice")
* Installing *source* package 'gtkDevice' ...
./configure[1221]: test: argument expected
O
> "Thomas" == Thomas Hoffmann <[EMAIL PROTECTED]>
> on Mon, 13 Oct 2003 22:34:14 +0200 writes:
Thomas> This code can be found near the top of
Thomas> unix/sys-std.c. Is there a reason for this?
probably an oversight , cut&paste remnant, ...
Now fixed; thank you, Thomas.
12 matches
Mail list logo