Displaying 20 results from an estimated 1000 matches similar to: "R 2.13.2 is released"
2011 Oct 31
0
R 2.14.0 is released
The byte pixies have rolled up R-2.14.0.tar.gz (codename "Great Pumpkin") at 9:00 this morning. This is a development release with several new features; see the list below for details.
You can get it from
http://cran.r-project.org/src/base/R-2/R-2.14.0.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For
2011 Oct 31
0
R 2.14.0 is released
The byte pixies have rolled up R-2.14.0.tar.gz (codename "Great Pumpkin") at 9:00 this morning. This is a development release with several new features; see the list below for details.
You can get it from
http://cran.r-project.org/src/base/R-2/R-2.14.0.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For
1999 Apr 02
3
X11 Device Driver
I have made some modifications to the X11 graphics driver so that it is
more flexible about its use of colors. I have added a new parameter to
the X11/x11 function which controls this. The parameter is currently
called "colormodel" and works as follows:
colormodel = 0 Monochrome graphics
colormodel = 1 Grayscale (256 shades)
colormodel = 2 Pseudocolor1
colormodel = 3
2009 Jan 24
3
Problem with colormodel in pdf driver
I'm trying to create figures in PDF that use the 'gray' colormodel
instead of the default 'RGB' model, by requirements of a publisher.
My problem has to do with the fact that I'm not being able to get gray
colors with this option on the pdf() driver. Here is a small example for
problem replication:
> R.version
_
platform
2011 Oct 04
2
segfault after .C call.
Hi there,
I think I'm encountering a bug, and I already reported it here:
https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14695
But meanwhile, could you help me by any suggestions about the problem?
I'll place the content of the reported bug here. You can find
attachments on bugzilla if you were that generous to check it for me.
Best and Thanks in Advance,
Adrin.
Bug report
2006 Dec 12
1
black and white colormodel for postscript figure
hi!
I would like to produce simple black and white postscript figures for
publishing. A black/white or grayscale or CMYK colormodel can be used, but not
RGB colours.
Can I produce postscript graphs in R that satisfy this?
Following an earlier advice on the help-list I have tried using Photoshop to
convert - but this seems to convert the vector format into raster format -
giving larger,
2005 Aug 12
8
Java Problems
Hi. This post follows on from:
http://lists.xensource.com/archives/html/xen-devel/2005-04/msg00185.html
And is possibly related to the bug referenced here:
http://bugs.sun.com/bugdatabase/view_bug.do;:YfiG?bug_id=4335360
In summary: Java processes are doing odd things.
1) It appears that number values are mysteriously changing. e.g. if you
look at the Hashtable error there is no way the
2009 Mar 10
1
Plots of different aspect ratios on one page, base aligned(trellis.print)
Hello,
I have an example of a 2 paneled plot, with two different aspect
ratios displayed on one page.
An example would help
n=20
x1 <- cumsum(runif(n))
x2 <- cumsum(runif(n))
d <- data.frame(val=c(x1,x2),id=c(1:n,1:n), nt=c(rep("A",n),rep("B",n)))
u1 <- xyplot(val~id | nt, data=d,aspect=1,layout=c(1,2))
u2 <- xyplot(val~id|nt, data=d,aspect=0.5,layout=c(1,2))
2011 Aug 05
0
[Bug 14647] profile.mle can not get correct result
Thank you very much.
now, i call
mle(minuslogl=loglik, start=start, method <<- method, fixed=list())
in the mle.wrap() function, and the profile.mle() worked.
however, it created a variable named "method" in user workspace. if
there had been a variable with same name, then the value of that
variable would be destroyed.
Is there a way to avoid that happen? Thanks again.
2011 Apr 13
3
R plots pdf() does not allow spotcolors?
Hi
We are about to publish a book, which contains figures made with R
plots. An important detail that we did not take into account is that the
book will not be printed in 4 colors (cmyk mode), but only 2 (black
+"spotcolor"). The spotcolor we use is part of the big Pantone family.
The problem is that both pdf() and postscript() offer either rgb or
cmyk, but no spotcolors such as
2013 Aug 19
1
Correct procedure when working on bugs tracked in bugzilla?
Hi R-core,
I have been working on squashing a few bugs in the past couple of days
(specifically I have submitted patches for
15425<https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15425>and
15253 <https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15253>) , but I
haven't been assigning the bugs to myself in bugzilla as I was not sure if
that is something only R-core members
2016 Jan 03
1
Wrong bug ID & URL in Daily News about R-devel/NEWS
I was browsing some recent R news at
http://developer.r-project.org/blosxom.cgi/R-devel/NEWS/2016/01/03#n2016-01-03
And reading this item:
"tapply() has been made considerably more efficient without changing
functionality, thanks to proposals from Peter Haverty and Suharto
Anggono. (PR#16488)"
But I found that the link in the item goes to a page about the GUI, not
tapply:
2015 Jun 16
4
Bugzilla activity?
Hi!
I was wondering whether anybody was looking at the bugs on Bugzilla. I'm
asking because I've seen bugs tackled on the mailing list quite quickly,
but two fully reproducible reports I've filed on Bugzilla haven't
triggered any reaction in several weeks (for the older one).
FWIW, these are:
- Line goes beyond plot region
2015 Apr 27
1
Development version of R: Improved nchar(), nzchar() but changed API
Dear Martin,
Does the work on nchar mean that bugs #16090 and #16091 will be resolved
[1,2]?
Thanks,
Mark
[1] https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16090
[2] https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16091
On Sat, Apr 25, 2015 at 11:06 PM, James Cloos <cloos at jhcloos.com> wrote:
> >>>>> "GC" == G?bor Cs?rdi <csardi.gabor at
2018 Sep 14
1
Bug 17432 in readLines with R >= 3.5.0 still a problem
Michael:
I don't see any comments on Bug 17432 (
https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17432) later than June
1, 2018. Would you please supply a link pointing to the followup to this
discussion on bugzilla?
Thanks.
Jen.
> On Thu Sep 13 14:14:46 CEST 2018 Michael Lawrence wrote:
>
> Thanks, I responded to this on bugzilla.
> On Wed, Sep 12, 2018 at 9:04 AM Chris
2017 Jul 16
0
readLines without skipNul=TRUE causes crash
hi, the text file that prompts the segfault is 4gb but only 80,937 lines
> file.info( "S:/temp/crash.txt")
size isdir mode mtime
ctime atime exe
S:/temp/crash.txt 4078192743 FALSE 666 2017-07-15 17:24:35 2017-07-15
17:19:47 2017-07-15 17:19:47 no
On Sun, Jul 16, 2017 at 6:34 AM, Duncan Murdoch <murdoch.duncan at
2011 Nov 05
1
How to infer default width and height for a device?
Hi.
GENERAL:
Is there a general method for inferring default device settings,
particularly 'width' and 'height', that works for all devices? AFAIK,
the answer is no, but there might be functions out there that I don't
know of.
POSTSCRIPT SPECIFIC:
If not, I'm considering implementing such a method myself. Is it
possible for R to infer the default 'width' and
2017 Jul 16
2
readLines without skipNul=TRUE causes crash
On 16/07/2017 6:17 AM, Anthony Damico wrote:
> thank you for taking the time to write this. i set it running last
> night and it's still going -- if it doesn't finish by tomorrow, i will
> try to find a site to host the problem file and add that link to the bug
> report so the archive package can be avoided at least. i'm sorry for
> the bother
>
How big is that
2015 Jun 16
0
Bugzilla activity?
Hi Milan,
I can't reproduce your first bug in R 3.2 on Windows 8.1, and I fail to
reproduce that one in R 3.1.2 as well. So that might explain why that one
isn't tackled.
The second bug you reported I can reproduce.
Cheers
Joris
On Tue, Jun 16, 2015 at 9:18 PM, Milan Bouchet-Valat <nalimilan at club.fr>
wrote:
> Hi!
>
> I was wondering whether anybody was looking at the
2015 Jun 17
0
Bugzilla activity?
On 16/06/2015 4:18 PM, Milan Bouchet-Valat wrote:
> Hi!
>
> I was wondering whether anybody was looking at the bugs on Bugzilla. I'm
> asking because I've seen bugs tackled on the mailing list quite quickly,
> but two fully reproducible reports I've filed on Bugzilla haven't
> triggered any reaction in several weeks (for the older one).
>
> FWIW, these