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
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.
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
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
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
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.
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
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
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