Displaying 20 results from an estimated 10000 matches similar to: "piechart default colour (PR#1248)"
2002 Jan 30
3
R version 1.4.1 is released
I've rolled up R-1.4.1.tgz a short while ago. This is a patch upgrade,
fixing the most important bugs that cropped up after the 1.4.0 release.
A set of recommended packages which have been tested with R-1.4.1 has
been bundled up. Binary distributions are expected to include these
packages.
You can get the files from the developer site
ftp://cvs.r-project.org/pub/CRAN/src/base/R-1.4.1.tgz
2002 Jan 30
3
R version 1.4.1 is released
I've rolled up R-1.4.1.tgz a short while ago. This is a patch upgrade,
fixing the most important bugs that cropped up after the 1.4.0 release.
A set of recommended packages which have been tested with R-1.4.1 has
been bundled up. Binary distributions are expected to include these
packages.
You can get the files from the developer site
ftp://cvs.r-project.org/pub/CRAN/src/base/R-1.4.1.tgz
2010 Nov 23
1
specifying colours in a ggplot2 piechart
Someone was asking how to do a 16 category piechart in OpenOffice Calc and it appears that it can not be done (which we, probably, should be happy about) but I thought that I'd try it in ggplot2.
It works but I then thought I'd like to make the colours more distinctive but fro some reason I don't seem to be able to use manually assigned colours.
Can anyone suggest where I'm
2001 Dec 07
2
question
Isn't anything in a data frame that is not explicitly numeric a *factor*?
-Greg
> -----Original Message-----
> From: Peter Dalgaard BSA [mailto:p.dalgaard@biostat.ku.dk]
> Sent: Friday, December 07, 2001 5:32 PM
> To: Erich Neuwirth
> Cc: r-devel@stat.math.ethz.ch
> Subject: Re: [Rd] question
>
>
> Erich Neuwirth
2004 Nov 25
0
Installing gregmisc under windows 2000
If I'm not mistaken, "bundle" is really only useful as a concept for
distribution and installation. You distribute and install a bundle, but
load the individual packages when you want to use them. Once you install
the bundle, you won't see the name of the bundle in the list of installed
packages, but you see the constituent packages, and those are what you load
when you want to
1999 Nov 24
0
Summary: Wanted: online Introduction to R
I agree with the the comments below on "Numerical recipes".
We developed some commercial software using the code and
tried to get a licence. They never responded to our corresponce :-)
We also mailed them fixes to some bugs !!! but never heard anything.
So we threw their code away and wrote our own...
it was a waste of time using the book.
Kim
On Thursday, 25 November 1999 6:41,
2000 Mar 23
0
Requery: R 1.0.0 for Win95 and clipboard -Reply
For small datasets it would be useful to be able to copy a block of data from a spreadsheet then toggle over to R and just paste it in. If it's possible, having read.table access the clipboard (e.g. x <- read.table(file="clipboard", ...) would do the trick. Of course, exporting to a file and the reading into R is pretty easy but usring the clipboard would save a couple extra
2000 Mar 01
1
Re: Re: R-1.0.0 is released (PR#467)
bhoel@server.python.net (Berthold Höllmann) writes:
> Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> writes:
>
> > I've rolled up R-1.0.0.tgz a short while ago.
> >
> I've build R-1.0.0 on my
>
> >uname -a
> Linux pchoel 2.2.14 #3 Mit Jan 5 08:57:39 MET 2000 i686 unknown
>
> box. Calling "make check" fails with
....
> >
2000 Mar 01
1
Re: Re: R-1.0.0 is released (PR#467)
bhoel@server.python.net (Berthold Höllmann) writes:
> Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> writes:
>
> > I've rolled up R-1.0.0.tgz a short while ago.
> >
> I've build R-1.0.0 on my
>
> >uname -a
> Linux pchoel 2.2.14 #3 Mit Jan 5 08:57:39 MET 2000 i686 unknown
>
> box. Calling "make check" fails with
....
> >
2001 Aug 08
1
Palette changes on redraw (PR#1045)
Try this
example(palette)
then trigger a redraw e.g. by resizing the window. Shouldn't the
palette be stored as part of the display list?
(This only happens because the palette was reset at the end of the
example, but still...)
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen
1998 Aug 16
1
R-beta: Bug tracking system
I'm happy to announce that there is now a real bug tracking system for
R.
Hopefully, this will make it easier for us to keep track of unresolved
bugs, which has been difficult because of the massive amount of email
that we receive.
The system, which is of the JitterBug variety is available through the
web at
http://r-bugs.biostat.ku.dk
or via email to
r-bugs at biostat.ku.dk (which is
1998 Aug 16
1
R-beta: Bug tracking system
I'm happy to announce that there is now a real bug tracking system for
R.
Hopefully, this will make it easier for us to keep track of unresolved
bugs, which has been difficult because of the massive amount of email
that we receive.
The system, which is of the JitterBug variety is available through the
web at
http://r-bugs.biostat.ku.dk
or via email to
r-bugs at biostat.ku.dk (which is
1998 Aug 16
1
R-beta: Bug tracking system
I'm happy to announce that there is now a real bug tracking system for
R.
Hopefully, this will make it easier for us to keep track of unresolved
bugs, which has been difficult because of the massive amount of email
that we receive.
The system, which is of the JitterBug variety is available through the
web at
http://r-bugs.biostat.ku.dk
or via email to
r-bugs at biostat.ku.dk (which is
1997 Apr 17
0
R-alpha: fitted = 0 of 1 in logistic regression
TASK: problem with "glm" with binomial errors
STATUS: Open
FROM: p.dalgaard@kubism.ku.dk
in glm(,binomial) it's possible that loss of significant
digits make expected values 0 or 1 even though there's no
divergence of the fit. (Happened to me with menarche data,
infants and grown-ups included)
[ Need the example data. Glm needs a
2001 Apr 07
0
Re: closing a bug report (PR#781)
I can confirm this bug has been solved, by the expedient of removing the
incorrect functions!
I think the simplest way to get a bug closed is to send the correction to
the original reporter for confirmation, then as Peter suggests send a
follow-up to R-bugs.
On Fri, 6 Apr 2001 p.dalgaard@biostat.ku.dk wrote:
> Paul Gilbert <pgilbert@bank-banque-canada.ca> writes:
>
> > Peter
2004 Sep 06
1
First R-2.0.0 alpha version
OK folks,
We're warming up to the release of R-2.0.0 on Oct. 4 (aka 2004-10-04).
There will be two weeks of alpha releases followed by two weeks of
beta releases, starting today. The releases are made available via
CRAN in
http://cran.r-project.org/src/base-prerelease
and the first one is there already. In case of urgency or CRAN
failure, the releases will also be found at
1999 Jan 13
0
Intro notes (1st pass, not for general circ.)
I've just gotten through translating my notes for the course in basic
statistics for health researchers. I've placed a copy on
ftp://blueberry.kubism.ku.dk/priv/R-intro.tgz
This is essentially a translation of the Danish notes that I wrote
during the Autumn of 1997 for use with Rsept, i.e. roughly R v.50.
They lean heavily on the textbook, Altman: Practical Statistics for
Medical
2005 May 01
0
Re: (PR#7826) ... segfault during build of 2.1.0 on RH9; print.POSIXct ...
Dear Peter,
Thank you very much for your kind and helpful reply.
As I mentioned in a followup email to r-bugs, indeed, one aspect of this
issue is a (user specified) shorter stack than that expected by R -- I
had only allowed 1 MB of stack space a long long time ago, and forgotten
about it.
Due to a glitch with r-bugs@r-project.org, I ended up submitting this
bug twice, and your original
2002 Apr 19
1
trouble with tcltk (was RE: trouble compiling R on Irix )
Thanks to Peter Dalgaard and Suchandra Thapa for answering my question!
Before I settle on a particular option, I'd like to ask one more question if
I may: Are there any practical advantages to compiling R to 64-bit vs
32-bit?
Regards,
Andy
> -----Original Message-----
> From: Peter Dalgaard BSA [mailto:p.dalgaard at biostat.ku.dk]
> Sent: Thursday, April 18, 2002 4:19 PM
> To:
1999 Apr 07
1
R-0.64.0 oops
> For those who *are* desperate, I've left a copy in
> ftp://blueberry.kubism.ku.dk/pub/R-devel/R-0.64.0.tgz
> (Be gentle, that's my desktop PC!)
Well, *now* it's there anyway...
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918