Re: [R] error with barplot command?

2004-06-15 Thread Duncan Murdoch
On Mon, 14 Jun 2004 22:43:27 +0100 (BST), (Ted Harding)
<[EMAIL PROTECTED]> wrote :

>On 14-Jun-04 Duncan Murdoch wrote:

>> Please try 1.9.1 beta.  This should be fixed now...
 ...
> Does this mean that barplot()
>got un-fixed between 1.8.0 and 1.9.0?

Yes, and this is why we *really strongly* encourage people to try out
the patch, alpha and beta versions.  Sometimes (as in this case)
changes have unintended side effects; it's much better to catch them
before a release than after.

If you're on Windows, binary builds of the patch, alpha and beta
releases are available on the CRAN mirrors (e.g.
cran.uk.r-project.org) in the /bin/windows/base directory.  Follow the
link to "the r-patched release".  For other platforms you can download
the source and recompile it.

Duncan Murdoch

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] error with barplot command?

2004-06-14 Thread Peter Dalgaard
(Ted Harding) <[EMAIL PROTECTED]> writes:

> > 
> > Please try 1.9.1 beta.  This should be fixed now...
> 
> Hmmm.
> R
> major1
> minor8.0
> year 2003
> 
> table(beer)
> beer
>  1  2  3  4 
> 10  4  8  3
> 
> and barplot(table(beer)) looks fine! Does this mean that barplot()
> got un-fixed between 1.8.0 and 1.9.0?

Yes. (Actually, fixed incorrectly, the 1.9.1 version should be finer
than 1.8.1's)

-- 
   O__   Peter Dalgaard Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics 2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark  Ph: (+45) 35327918
~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] error with barplot command?

2004-06-14 Thread Ted Harding

On 14-Jun-04 Duncan Murdoch wrote:
> On Tue, 15 Jun 2004 01:40:49 +0800, »ÆÈÙ¹ó <[EMAIL PROTECTED]>
> wrote :
> 
>>when i use barplot ,it seems there is sth wrong with it.
>>my command are:
>>> beer = scan()
>>1: 3 4 1 1 3 4 3 3 1 3 2 1 2 1 2 3 2 3 1 1 1 1 4 3 1
>>26:
>>Read 25 items
>>> barplot(table(beer))
>>
>>but it does NOT produce what i want.
> 
> Please try 1.9.1 beta.  This should be fixed now...

Hmmm.
R
major1
minor8.0
year 2003

table(beer)
beer
 1  2  3  4 
10  4  8  3

and barplot(table(beer)) looks fine! Does this mean that barplot()
got un-fixed between 1.8.0 and 1.9.0?

Ted.





E-Mail: (Ted Harding) <[EMAIL PROTECTED]>
Fax-to-email: +44 (0)870 167 1972
Date: 14-Jun-04   Time: 22:43:27
-- XFMail --

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] error with barplot command?

2004-06-14 Thread Duncan Murdoch
On Tue, 15 Jun 2004 01:40:49 +0800, »ÆÈÙ¹ó <[EMAIL PROTECTED]>
wrote :

>when i use barplot ,it seems there is sth wrong with it.
>my command are:
>> beer = scan()
>1: 3 4 1 1 3 4 3 3 1 3 2 1 2 1 2 3 2 3 1 1 1 1 4 3 1
>26:
>Read 25 items
>> barplot(table(beer))
>
>but it does NOT produce what i want.

Please try 1.9.1 beta.  This should be fixed now...

The beta builds for Windows are available on CRAN in
/bin/windows/base, where they are called "patch releases".  Right now
the build that's online is 5 days old, but today's build should be
online tomorrow.  Source code (at least) is available for other
platforms from the main page.

Duncan Murdoch

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


[R] error with barplot command?

2004-06-14 Thread 黄荣贵
when i use barplot ,it seems there is sth wrong with it.
my command are:
> beer = scan()
1: 3 4 1 1 3 4 3 3 1 3 2 1 2 1 2 3 2 3 1 1 1 1 4 3 1
26:
Read 25 items
> barplot(table(beer))

but it does NOT produce what i want.

> version
 _  
platform i386-pc-mingw32
arch i386   
os   mingw32
system   i386, mingw32  
status  
major1  
minor9.0
year 2004   
month04 
day  12 
language R

btw:i get what i want in R1.8.1pat

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html