[Rd] attributes of environments

2006-07-04 Thread Gabor Grothendieck
In the code below, e is an environment which we copy to f and then add attributes to e. Now f winds up with the same attributes. In other words it seems that the attributes are a property of the environment itself and not of the variable. Thus it appears we cannot have two environment variables

Re: [Rd] options("quit.with.no.save")

2006-07-04 Thread Duncan Murdoch
On 7/4/2006 7:43 PM, Simon Urbanek wrote: > On Jul 4, 2006, at 3:38 PM, Duncan Murdoch wrote: > >>> I agree - it would be even nicer if there was a way to enable -- >>> no- save with some environment variable ... >> Environment variables in Windows are a mess. Doing things on the >> command li

Re: [Rd] double-quote tab crashes R (PR#9058)

2006-07-04 Thread Simon Urbanek
On Jul 4, 2006, at 4:26 AM, [EMAIL PROTECTED] wrote: > This seems to crash my version of R: " > Thanks. Now fixed in the GUI rev. 3283. There's still an open issue about the completion of empty names, but I need to dig more to solve that (at least it doesn't crash ;)). Cheers, Simon ___

Re: [Rd] options("quit.with.no.save")

2006-07-04 Thread Simon Urbanek
On Jul 4, 2006, at 3:38 PM, Duncan Murdoch wrote: >> I agree - it would be even nicer if there was a way to enable -- >> no- save with some environment variable ... > > Environment variables in Windows are a mess. Doing things on the > command line or through option() is a lot easier. > Alth

Re: [Rd] options("quit.with.no.save"), and Windows installer changes

2006-07-04 Thread Duncan Murdoch
On 7/4/2006 11:57 AM, Uwe Ligges wrote: > Martin Maechler wrote: >>> "Duncan" == Duncan Murdoch <[EMAIL PROTECTED]> >>> on Tue, 04 Jul 2006 08:32:08 -0400 writes: >> Duncan> I've just committed a couple of changes to R-devel related to >> requests >> Duncan> at userR about the

[Rd] Classes and methods

2006-07-04 Thread Sebastien Durand
Dear all, I have constructed a fairly large package and I wish to improve my code through the used of adapted classes and methods. 1- Is it a good idea to use S4 methods and classes ? e.g.: "setClass", "setMethod" and so forth >From what I have read it seems so! I have ordered J.M. Chamb

Re: [Rd] options("quit.with.no.save"), and Windows installer changes

2006-07-04 Thread Dirk Eddelbuettel
On 4 July 2006 at 15:36, Duncan Murdoch wrote: | On 7/4/2006 1:26 PM, Dirk Eddelbuettel wrote: | > On 4 July 2006 at 08:32, Duncan Murdoch wrote: | > | at install time. The only (intentional) change to the current behaviour | > | is to default to CHM help instead of plain text. | > | > Some peo

Re: [Rd] options("quit.with.no.save"), and Windows installer changes

2006-07-04 Thread Duncan Murdoch
On 7/4/2006 12:02 PM, Simon Urbanek wrote: > On Jul 4, 2006, at 11:15 AM, Martin Maechler wrote: > >>> "Duncan" == Duncan Murdoch <[EMAIL PROTECTED]> >>> on Tue, 04 Jul 2006 08:32:08 -0400 writes: >> >> Duncan> I've just committed a couple of changes to R-devel >> related to requ

Re: [Rd] options("quit.with.no.save"), and Windows installer changes

2006-07-04 Thread Duncan Murdoch
On 7/4/2006 1:26 PM, Dirk Eddelbuettel wrote: > On 4 July 2006 at 08:32, Duncan Murdoch wrote: > | at install time. The only (intentional) change to the current behaviour > | is to default to CHM help instead of plain text. > > Some people may take offence with the fact that a non-open-source to

[Rd] Final patch for bug 8141 - rewriting substituteList

2006-07-04 Thread Kevin B. Hendricks
Hi, Attached is both the patch and a gzipped version of the patch that is the fix for bug 8141 - rewriting substituteList in coerce.c to use a loop instead of recursion to walk the list. The new version passes all of my tests (make check-all, etc) and I have used it with no negative impac

Re: [Rd] options("quit.with.no.save"), and Windows installer changes

2006-07-04 Thread Dirk Eddelbuettel
On 4 July 2006 at 08:32, Duncan Murdoch wrote: | at install time. The only (intentional) change to the current behaviour | is to default to CHM help instead of plain text. Some people may take offence with the fact that a non-open-source tool is now required to build GNU R on the Windows platfo

Re: [Rd] options("quit.with.no.save"), and Windows installer changes

2006-07-04 Thread Simon Urbanek
On Jul 4, 2006, at 11:15 AM, Martin Maechler wrote: >> "Duncan" == Duncan Murdoch <[EMAIL PROTECTED]> >> on Tue, 04 Jul 2006 08:32:08 -0400 writes: > > Duncan> I've just committed a couple of changes to R-devel > related to requests > Duncan> at userR about the Windows insta

Re: [Rd] options("quit.with.no.save"), and Windows installer changes

2006-07-04 Thread Uwe Ligges
Martin Maechler wrote: >> "Duncan" == Duncan Murdoch <[EMAIL PROTECTED]> >> on Tue, 04 Jul 2006 08:32:08 -0400 writes: > > Duncan> I've just committed a couple of changes to R-devel related to > requests > Duncan> at userR about the Windows installer. The first of these affe

Re: [Rd] [R] zero.print in print.table after adding margins

2006-07-04 Thread Martin Maechler
> "MM" == Martin Maechler <[EMAIL PROTECTED]> > on Fri, 30 Jun 2006 17:09:32 +0200 writes: > "PD" == Peter Dalgaard <[EMAIL PROTECTED]> > on 29 Jun 2006 12:18:13 +0200 writes: PD> "BXC (Bendix Carstensen)" <[EMAIL PROTECTED]> writes: BXC> The function addmargins

Re: [Rd] options("quit.with.no.save"), and Windows installer changes

2006-07-04 Thread Duncan Murdoch
On 7/4/2006 11:15 AM, Martin Maechler wrote: >> "Duncan" == Duncan Murdoch <[EMAIL PROTECTED]> >> on Tue, 04 Jul 2006 08:32:08 -0400 writes: > > Duncan> I've just committed a couple of changes to R-devel related to > requests > Duncan> at userR about the Windows installer. T

[Rd] problem getting R 2.3.1 svn r38481 to pass make check-all

2006-07-04 Thread Gavin Simpson
Hi, I noticed this problem on my home desktop running FC4 and again on my laptop running FC5. Both have previously compiled and passed make check-all on 2.3.1 svn revisions from 10 days ago or so. On both these machines, make check-all is consistently failing (4 out of 4 attempts on the FC 4 deskt

Re: [Rd] options("quit.with.no.save"), and Windows installer changes

2006-07-04 Thread Martin Maechler
> "Duncan" == Duncan Murdoch <[EMAIL PROTECTED]> > on Tue, 04 Jul 2006 08:32:08 -0400 writes: Duncan> I've just committed a couple of changes to R-devel related to requests Duncan> at userR about the Windows installer. The first of these affects all Duncan> platforms,

[Rd] options("quit.with.no.save"), and Windows installer changes

2006-07-04 Thread Duncan Murdoch
I've just committed a couple of changes to R-devel related to requests at userR about the Windows installer. The first of these affects all platforms, but I've only tested it on Windows: I added an option "quit.with.no.save". If TRUE, then the default q("ask") prompt will not offer to save th

[Rd] double-quote tab crashes R (PR#9058)

2006-07-04 Thread jb
Hi, This seems to crash my version of R: " where I type a double quote, and then hit the key. I was playing with strsplit, and wanted to give it a vector of characters including newline, tab, space, and so on. I've included the trace info from my macBook Pro (intel macintosh). Date/Time: