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
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
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
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
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
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
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
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
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
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
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/
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-
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
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
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?
>>
>
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
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
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
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
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 (.
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
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
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:
"...
23 matches
Mail list logo