Re: [Rd] RFC: allow packages to advertise vignettes on Windows

2007-05-18 Thread hadley wickham
> On 5/18/2007 11:11 AM, hadley wickham wrote: > > On 5/18/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > >> I think we've agreed about adding an option to the vignette() function > >> to allow the user to choose to see all vignettes in installed packages, > >> or only those that are attached. Ad

Re: [Rd] RFC: allow packages to advertise vignettes on Windows

2007-05-18 Thread Duncan Murdoch
On 5/18/2007 11:11 AM, hadley wickham wrote: > On 5/18/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: >> I think we've agreed about adding an option to the vignette() function >> to allow the user to choose to see all vignettes in installed packages, >> or only those that are attached. Adding this

Re: [Rd] AIX testers needed

2007-05-18 Thread Jason Barnhart
Per the request to test the latest tarball referenced below, I have built R on AIX 5.3. There is a memory issue, please see 3) below. 1) Build with --enable-BLAS-shlib option. Builds and passes "make check". 2) GNU libiconv was installed; R configured *without* the --without- ic

Re: [Rd] RFC: allow packages to advertise vignettes on Windows

2007-05-18 Thread Gabor Grothendieck
Perhaps all the arguments in demo, data and vignette should be regularized to be consistent, not just this one. On 5/18/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > I think we've agreed about adding an option to the vignette() function > to allow the user to choose to see all vignettes in insta

Re: [Rd] RFC: allow packages to advertise vignettes on Windows

2007-05-18 Thread hadley wickham
On 5/18/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > I think we've agreed about adding an option to the vignette() function > to allow the user to choose to see all vignettes in installed packages, > or only those that are attached. Adding this is pretty trivial, and > I'll put it into R-devel

[Rd] Is formula(data.frame) documented?

2007-05-18 Thread Kevin Wright
The Examples section of 'unstack' includes: formula(PlantGrowth) # check the default formula I wanted to add a formula to my own data.frame (for unstacking), so I start looking: ?formula # Nothing here about adding a formula to data attr(PlantGrowth, "formula") # Nothing here--c.f. group

Re: [Rd] RFC: allow packages to advertise vignettes on Windows

2007-05-18 Thread Duncan Murdoch
I think we've agreed about adding an option to the vignette() function to allow the user to choose to see all vignettes in installed packages, or only those that are attached. Adding this is pretty trivial, and I'll put it into R-devel soon. I'd like to set the default to show only attached pa

Re: [Rd] RFC: adding an 'exact' argument to [[

2007-05-18 Thread Prof Brian Ripley
On Thu, 17 May 2007, Duncan Murdoch wrote: > On 5/17/2007 3:54 PM, Prof Brian Ripley wrote: >> There is a similar issue with argument partial matching. Since we have the >> source of R one can pretty easily build a version of R which does not have >> the feature: I have been doing that in conj

Re: [Rd] R 2.5.0 building problem

2007-05-18 Thread Prof Brian Ripley
This is a system problem: you are missing the dynamic libg2c.so and so cannot build usable Fortran shared libraries. I no longer have access to such an old system (one using gcc 3.4.x), but from memory this was in an RPM named libf2c-* Please consult your sysadmins. On Fri, 18 May 2007, Ev Wh

[Rd] R 2.5.0 building problem

2007-05-18 Thread Ev Whin
Hi, While I was trying to build R 2.5.0 src on Red Hat Enterprise Linux ES release 4 (Nahant Update 4) Kernel 2.6.9-42.ELsmp on an x86_64 The following errors occurred: gcc -std=gnu99 -shared -L/usr/local/lib64 -o lapack.so Lapack.o -L../../../lib -lRlapack -L../../../lib -lRblas -lg2c -lm -lgcc_