I think the optim() example in the Details section of relist()'s help
page is not totally correct. In particular, in the current form it is
not taken into account that vcov should be a symmetric matrix and only
the parameters in the lower (or upper) triangular part should be optimized.
A possi
library(grid)
e <- rectGrob()
# OR:
# e <- environment()
a <- matrix(list(e), ncol = 1, nrow = 2)
b <- matrix(ncol = 0, nrow = 2)
cbind(a, b)
cbind(a, b)
This reliably crashes R for me.
I realise this is a rather esoteric error condition, but it crops up
for me when creating matrices of grobs
Thanks for the guidelines. The updated patch also includes an
exhaustive test in R for the two new options.
Sebastian
Index: src/library/grDevices/R/postscript.R
===
--- src/library/grDevices/R/postscript.R(revision 47637
Full_Name: Apfel Schmied
Version: 2.8.1 (2008-12-22)
OS: WinXP SP2
Submission from: (NULL) (134.106.122.139)
RMySQL Version: 0.7-2
DBI Version: 0.2-4
MySQL Version: 5.1.30 (Enviroment Variable MYSQL_HOME is set)
Updated R from 2.60 to 2.8.1. Now Gui.exe hangs up (100% CPU Useage) when
requestin
Thanks for this bug report. I've replicated the problem using
your excellent example. Unfortunately, this may not be an easy bug to
fix.
Might it be feasible for you to use either the 'periodicSpline'
function in the 'splines' package or a Fourier basis in the 'fda' package?
Did you build RMySQL yourself? You need to for MySQL 5.1. That has
been reported on R-sig-db, and even on R-help, and looks like your
mistake.
In any case, RMySQL is not part of R, so this was a misuse of R-bugs
(please DO read the FAQ). Now someone has to clean up after you
On Mon,
This is a follow-up on my note of Saturday. Let me start with two important
clarifications
- I think this would be a nice addition, but I've had exactly one use for
it
in the 15+ years of developing the survival package.
- I have a work around for the current case.
Prioritize acco
I think the following patch to src/main/bind.c fixes it up.
If the length of an argument to [cr]bind is 0 then it wont't
try to add any data from it to the output any more, just as
is done with the other modes of data. It was getting the FPE
from i%k when k==0.
Index: src/main/bind.c
Sub and gsub treat \\ replacement pattern incorrectly
I expect
sub("a","\\", "a", perl=T)
to produce
[1] "\"
instead it generates
[1] ""
On the other hand, if I run
sub("a","", "a", perl=T)
it correctly outputs
[1] "\\"
The same issue applies to gsub.
--please do not edit the info
> -Original Message-
> From: r-devel-boun...@r-project.org
> [mailto:r-devel-boun...@r-project.org] On Behalf Of amira...@uwo.ca
> Sent: Monday, January 19, 2009 10:25 AM
> To: r-de...@stat.math.ethz.ch
> Cc: r-b...@r-project.org
> Subject: [Rd] sub and gsub treat \\ incorrectly (PR#13454)
On Mon, 19 Jan 2009, Terry Therneau wrote:
This is a follow-up on my note of Saturday. Let me start with two important
clarifications
- I think this would be a nice addition, but I've had exactly one use for it
in the 15+ years of developing the survival package.
- I have a work around fo
Cross-building is one of those things that complicates the Windows R build
process considerably and probably benefits a handful of people.
It has been pointed out that now we have build services such as Uwe's
win-builder and RForge, there are easy ways to get a (checked) Windows
binary of a fi
12 matches
Mail list logo