Re: [Rd] Proposed Patch for table.Rd

2005-11-28 Thread Prof Brian Ripley
Thanks, incorporated now. On Mon, 28 Nov 2005, Marc Schwartz (via MN) wrote: > Hi all, > > Attached is both a patch file for and a patched version of table.Rd. > > The change is to add the following: > > \concept{counts} > \concept{frequencies} > \concept{occurrences} > \concept{contingency table

[Rd] buglet in ?StructTS

2005-11-28 Thread Kjetil Brinchmann Halvorsen
?StructTS has The basic structural model, type = "BSM", is a local trend model with an additional seasonal component. Thus the measurement equation is x[t] = m[t] + s[t] + eps[t], exp[t] ~ N(0, sigma^2_eps) I guess in the last line exp[t] ~ should be eps[t] ~ ...

[Rd] Proposed Patch for table.Rd

2005-11-28 Thread Marc Schwartz (via MN)
Hi all, Attached is both a patch file for and a patched version of table.Rd. The change is to add the following: \concept{counts} \concept{frequencies} \concept{occurrences} \concept{contingency table} to enable help.search() to locate table() using the aforementioned search terms. This ca

Re: [Rd] terms.object documentation bug? (PR#8353)

2005-11-28 Thread ripley
On Mon, 28 Nov 2005 [EMAIL PROTECTED] wrote: > Full_Name: simon wood > Version: 2.2.0 (and lower) > OS: linux/windows > Submission from: (NULL) (86.135.153.59) > > > I think that the documentation for the `specials' attribute of a > `terms.object' > is not quite right: > > specials: If the 'speci

Re: [Rd] No Rmath.h when making just standalone library

2005-11-28 Thread Prof Brian Ripley
On Mon, 28 Nov 2005, Jussi Piitulainen wrote: > When making only the standalone math library, include/Rmath.h > is not there, so compilation fails. A solution is to go to > src/include/ and just say `make Rmath.h' there first. > > This is with R-2.2.0 on GNU/Linux on i686. The failing steps > are:

[Rd] No Rmath.h when making just standalone library

2005-11-28 Thread Jussi Piitulainen
When making only the standalone math library, include/Rmath.h is not there, so compilation fails. A solution is to go to src/include/ and just say `make Rmath.h' there first. This is with R-2.2.0 on GNU/Linux on i686. The failing steps are: tar xzf ../R-2.2.0.tar.gz ./configure cd src/nmath/stand

[Rd] terms.object documentation bug? (PR#8353)

2005-11-28 Thread s . wood
Full_Name: simon wood Version: 2.2.0 (and lower) OS: linux/windows Submission from: (NULL) (86.135.153.59) I think that the documentation for the `specials' attribute of a `terms.object' is not quite right: specials: If the 'specials' argument was given to 'terms.formula' there is a 's

[Rd] import of Namespaces

2005-11-28 Thread Matthias Kohl
Dear R devels, let's say I have three packages "pkg1", "pkg2" and "pkg3" which all contain new S4 classes and methods. Where "pkg3" depends on "pkg2" and "pkg2" depends on "pkg1". Moreover, all three packages have namespaces. 1) I use ".onLoad <- function(lib, pkg) require(methods)". Do I also

[Rd] as.data.frame() : needs "..." ?!

2005-11-28 Thread Martin Maechler
[diverted from R-help to R-devel] > "Gabor" == Gabor Grothendieck <[EMAIL PROTECTED]> > on Sun, 27 Nov 2005 14:16:34 -0500 writes: <> Gabor> making use of as.data.frame.table we can shorten that Gabor> slightly to just: Gabor> as.data.fra

Re: [Rd] segfault on write.dcf with gzfile connection

2005-11-28 Thread Prof Brian Ripley
On Sun, 27 Nov 2005, Seth Falcon wrote: > On 27 Nov 2005, [EMAIL PROTECTED] wrote: > >> Unfortunately va_copy is an ISO C99 function, so not always >> available. >> >> Please do heed the posting guide and give us real details of your OS >> and compiler, as they do matter here (stdarg.h is often >>