[Rd] patch for src/main/character.c

2009-01-21 Thread Wacek Kusnierczyk
Attached is a suggested patch for src/main/character.c. It does not fix a bug, but rather provides an improvement on the recent extension of do_grep. In essence, instead of four occurences of 'invert ^ LOGICAL(ind)[i]' that accommodate for the option 'invert' added to grep, there is one occurence

Re: [Rd] Floating point excepting when cbind()ing a matrix of grobs (orenvironments) with a 0-column matrix

2009-01-21 Thread Prof Brian Ripley
Thank you: I've applied something similar (this was another in-line patch that did not apply, even when I fixed the line wrap). On Mon, 19 Jan 2009, William Dunlap wrote: 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 tr

Re: [Rd] patch for textspecial and defaultfont in xfig

2009-01-21 Thread Prof Brian Ripley
Thank you: applied now. Note mainly to the list: mailers are prone to expand tabs and wrap lines, so this patch needed to be applied by hand. This keeps on happening, so it is better to send patches as plain text attachments (or also put them on a website). On Mon, 19 Jan 2009, Sebastian Fi

Re: [Rd] Package Matrix does not compile in R-devel_2009-01-10

2009-01-21 Thread Rainer Hurling
Just some feedback for the record. Since version R-devel_2009-01-20.tar.gz with Matrix_0.999375-18.tar.gz included I am able again to compile and install R on FreeBSD 8.0-CURRENT out of the box. Many thanks to Martin Maechler and Brian Ripley for the help and work, Rainer Hurling Am 11.01.

Re: [Rd] Embeding R

2009-01-21 Thread SIES 73
Hi, You may find the biocep-R project very useful, it embeds R into Java using JRI. And it goes much further than that, providing an impressive framework from which you can start with a lot of work already done. It's open source, so you can also just have a look at the code for inspiration: ht

[Rd] Bug in sub and gsub (PR#13460)

2009-01-21 Thread banzaleon
Full_Name: Leon C. Banza Version: 2.8.1 OS: Windows Vista Submission from: (NULL) (195.69.243.253) I believe there is a serious bug in the code for sub and gsub. I do as following: gsub("\\", "-", "some\\backslashed\\string") This ought return "some-backslashed-string", but prints warnings ins

[Rd] work-around for debugger broken (by changed behaviour of get under R 2.8?) when functions have ... arguments

2009-01-21 Thread Keith Ponting
Hello all, Sorry to trouble you, but this is a follow-up with a work-around to the problem I posted on R-help (http://article.gmane.org/gmane.comp.lang.r.general/136515). Is it possible to add the work-around or some equivalent to the utils package, please? I think this may be related to the cha

Re: [Rd] Bug in sub and gsub (PR#13460)

2009-01-21 Thread ligges
banzal...@gmail.com wrote: > Full_Name: Leon C. Banza > Version: 2.8.1 > OS: Windows Vista > Submission from: (NULL) (195.69.243.253) > > > I believe there is a serious bug in the code for sub and gsub. I do as > following: > > gsub("\\", "-", "some\\backslashed\\string") This is a user bug.

[Rd] typo in R-intro

2009-01-21 Thread William Dunlap
R-intro.pdf contains 'expect' where I would expect 'except': 13.3 Namespaces Packages can have namespaces, and currently all of the base and recommended packages do expect the datasets package. I've attached a patch to doc/manual/R-intro.texi. Bill Dunlap TIBCO Software Inc - Spotfire Divi