[Rd] Wishlist: strwidth allow for rotation of text (PR#7931)

2005-06-10 Thread epurdom
Hi, This is not a bug, but an enhancement suggestion. "strwidth" only gives the width of the text according to the x-axis user coordinates, and similarly for "strheight". Even if the par setting "srt" is changed to rotate the text, the resulting width (resp. height) is in terms of the non-rotat

[Rd] Wishlist: axis( ) could take vector of colors (PR#7930)

2005-06-10 Thread epurdom
Hi, This is not a bug, but a simple enhancement suggestion: that axis( ) also allow option "col" to take a vector of colors equal to the length of "labels". Currently it allows it, in the sense that there is no error message, but the function will use just the first element of the vector. Examp

Re: [Rd] Suggestion: help()

2005-06-10 Thread Duncan Murdoch
On 6/10/2005 8:17 AM, Duncan Murdoch wrote: > On 6/10/2005 8:00 AM, Gabor Grothendieck wrote: >> It would be invoked like this: >> >>package?boot >> >> with the effect of giving help on boot-package. > > Okay, I get it. That's a good change. I'll put it in unless I hear > objections very

Re: [Rd] source bug ? (PR#7929)

2005-06-10 Thread Thomas Lumley
On Fri, 10 Jun 2005 [EMAIL PROTECTED] wrote: > hello bug fixers > > i think this bug is probably mentioned before but i couldn't find the > answer to it on google. > i have to build R from the source files ( on a mac os x system ) > because i need the python R interface too work. for this too happ

[Rd] source bug ? (PR#7929)

2005-06-10 Thread mendes150
hello bug fixers i think this bug is probably mentioned before but i couldn't find the answer to it on google. i have to build R from the source files ( on a mac os x system ) because i need the python R interface too work. for this too happen r needs to be configured in the following way ./confi

Re: [Rd] attach and object masking

2005-06-10 Thread Prof Brian Ripley
On Fri, 10 Jun 2005, Martyn Plummer wrote: > The library() function prints an information message when objects are > masked on the search path by (or from) a newly attached package. The > attach() function, however, doesn't. Is there a good reason for this? > I have adapted the machinery for che

[Rd] attach and object masking

2005-06-10 Thread Martyn Plummer
The library() function prints an information message when objects are masked on the search path by (or from) a newly attached package. The attach() function, however, doesn't. Is there a good reason for this? I have adapted the machinery for checking conflicts used in the library () function to a

Re: [Rd] R.app editor (PR#7928)

2005-06-10 Thread ripley
What has this to do with your subject line? You've sent three messages already with that uninformative subject. Please do read the FAQ and the posting guide and provide a full reproducible example as they ask. My guess is that this is user error, the user having failed to call dev.off() to comp

Re: [Rd] R.app editor (PR#7928)

2005-06-10 Thread Simon Urbanek
You didn't use appropriate subject, didn't provide a reproducible example, didn't read the documentation and the problems you describe are most probably just user errors. (Hint: ever heard of dev.off()?) Please stop spamming the bug report system, and read the posting guide! Thanks, Simon On

Re: [Rd] R.app (PR#7926)

2005-06-10 Thread Simon Urbanek
On Jun 10, 2005, at 11:03 AM, [EMAIL PROTECTED] wrote: > R terminal in aqua interface exits with > > 2005-06-10 16:51:03.826 R[1464] *** -[NSCFType characterAtIndex:]: > selector not > recognized > 2005-06-10 16:51:03.827 R[1464] *** NSTimer discarding exception > 'NSInvalidArgumentException' (r

[Rd] R.app editor (PR#7928)

2005-06-10 Thread chmberg
Full_Name: Christian Meisenbichler Version: 2.1.0a OS: 10.3.9 Submission from: (NULL) (143.50.77.182) device pdf() produces empty files and device postscript() produces incompleete graphs __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/

[Rd] R.app editor (PR#7927)

2005-06-10 Thread chmberg
Full_Name: Christian Meisenbichler Version: 2.1.0a OS: 10.3.9 Submission from: (NULL) (143.50.77.182) the editor alows pasting formatted text, schould be plain text shouldn't it __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-

[Rd] R.app (PR#7926)

2005-06-10 Thread chmberg
Full_Name: Christian Meisenbichler Version: 2.1.0a OS: 10.3.9 Submission from: (NULL) (143.50.77.182) problem with terminal R terminal in aqua interface exits with 2005-06-10 16:51:03.826 R[1464] *** -[NSCFType characterAtIndex:]: selector not recognized 2005-06-10 16:51:03.827 R[1464] *** NST

Re: [Rd] R 2.1.1 slated for June 20

2005-06-10 Thread Prof Brian Ripley
On Fri, 10 Jun 2005, Peter Dalgaard wrote: > The next version of R will be released (barring force majeure) on June > 20th, with beta versions available starting Monday. > > Please do check them on your system *before* the release this time... Some things which it would be particularly helpful to

Re: [Rd] Exiting R and package detachment?

2005-06-10 Thread Prof Brian Ripley
On Fri, 10 Jun 2005, Henrik Bengtsson wrote: > Prof Brian Ripley wrote: >> Note that you can terminate R via q() without running .Last, and indeed how >> R is terminated is up to the front-end in use. So the answer to >> >>> is there away to assure that a package is detached when R quits? >> >

Re: [Rd] Suggestion: help()

2005-06-10 Thread Duncan Murdoch
On 6/10/2005 8:00 AM, Gabor Grothendieck wrote: > On 6/10/05, Duncan Murdoch <[EMAIL PROTECTED]> wrote: >> Kurt Hornik wrote: >> >>Duncan Murdoch writes: >> > >> > >> >On Tue, 7 Jun 2005, Duncan Murdoch wrote: >> > >> >[...] >> > >> > >> > >> >>My proposal (modified

[Rd] R 2.1.1 slated for June 20

2005-06-10 Thread Peter Dalgaard
The next version of R will be released (barring force majeure) on June 20th, with beta versions available starting Monday. Please do check them on your system *before* the release this time... Apologies for the late announcement, but my department moved this week and I needed to be sure that my

Re: [Rd] Suggestion: help()

2005-06-10 Thread Gabor Grothendieck
On 6/10/05, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > Kurt Hornik wrote: > >>Duncan Murdoch writes: > > > > > >On Tue, 7 Jun 2005, Duncan Murdoch wrote: > > > >[...] > > > > > > > >>My proposal (modified following the suggestions I've heard so far) is as > >>fo

Re: [Rd] Exiting R and package detachment?

2005-06-10 Thread Henrik Bengtsson
Prof Brian Ripley wrote: > Note that you can terminate R via q() without running .Last, and indeed > how R is terminated is up to the front-end in use. So the answer to > >> is there away to assure that a package is detached when R quits? > > > is `No'. Thank you for this. After rereading the

Re: [Rd] Suggestion: help()

2005-06-10 Thread Duncan Murdoch
Kurt Hornik wrote: >>Duncan Murdoch writes: > > >On Tue, 7 Jun 2005, Duncan Murdoch wrote: > >[...] > > > >>My proposal (modified following the suggestions I've heard so far) is as >>follows: >> >> - to check that a couple of help topic aliases exist (.

Re: [Rd] Exiting R and package detachment?

2005-06-10 Thread Prof Brian Ripley
Note that you can terminate R via q() without running .Last, and indeed how R is terminated is up to the front-end in use. So the answer to > is there away to assure that a package is detached when R quits? is `No'. On Fri, 10 Jun 2005, Henrik Bengtsson wrote: > Hi, > > is there away to assur

[Rd] [QuickML] Error: hello

2005-06-10 Thread tiec_b5
You are not a member of the mailing list: <[EMAIL PROTECTED]> Did you send a mail with a different address from the address registered in the mailing list? Please check your 'From:' address. -- Info: http://QuickML.com/ - Original Message - Subject: hello To: [EMAIL PROTECTED] From: [EM

[Rd] Exiting R and package detachment?

2005-06-10 Thread Henrik Bengtsson
Hi, is there away to assure that a package is detached when R quits? I know about .Last(), but that requires the user to setup that function. What I am looking for is a way for the package to do this itself, without asking the user to edit "their" .Last(). From ?setHook I know that: "...