There are a few typos in the documentation for relist(). I've also
made a few other changes to the file which I believe are
improvements. I've attached a patch against the version under the
'trunk' branch on the svn server checked out today. It was produced by
diff -u /usr/local/src/R/R-svn-trunk/
Full_Name: Vilmos Prokaj
Version: R 2.7.1
OS: windows
Submission from: (NULL) (213.181.195.84)
Dear developers,
The following line of code (produced by a mistake) caused an infinite loop
unique("a",c("a","b"))
or also
unique(1,1:2)
I made a little investigation, and it seems to be that the
One typo, and added rapply() to 'See also' list.
Dan
--
www.stats.ox.ac.uk/~davison
--- /usr/local/src/R/R-svn-trunk/src/library/stats/man/dendrapply.Rd
2008-08-16 13:41:48.0 +0100
+++ /home/dan/dendrapply-new.Rd 2008-08-16 19:10:51.0 +0100
@@ -9,7 +9,7 @@
\description{
A
On 16/08/2008 6:09 PM, Shengqiao Li wrote:
Knuth's double version RNG rng-double.c dose a great job. No ties were
observed for 10M numbers ( totally 2^52 possible different values?).
In rng-double, double modulo mod_sum replaced the integer version mod_diff
in the integer version rng.c that is
Knuth's double version RNG rng-double.c dose a great job. No ties were
observed for 10M numbers ( totally 2^52 possible different values?).
In rng-double, double modulo mod_sum replaced the integer version mod_diff
in the integer version rng.c that is adopted by R.
The integer version uses m