Displaying 2 results from an estimated 2 matches for "seeds_out".
Did you mean:
seed_out
1997 Jul 28
0
R-alpha: R 0.50.a1 S_alloc BUG, priority = URGENT
...; i<size; i++)
p[i] = 0;
return p;
}
which segfaults because `size' is not initialized. I am not what the
right fix is, adding
size = nelem * eltsize;
before the loop seems to work.
As an aside ... I think the seed* functions in S are called
seed_in
seed_out
and not seeds_in and seeds_out as currently in src/main/random.c.
Thanks,
-k
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body",...
1997 Aug 05
3
R-alpha: Version 0.50-a1 patches
...of "data.frame"
was being attached to a character vector. Now only lists
can become data frames.
o There is now a -gdb option to the R front end as well as -xxgdb.
o Documentation of NChisquare fixed.
o Definition of S_alloc fixed.
o Changed the names of seeds_in and seeds_out to seed_in and
seed_out as per Kurt's request.
o "unlist(c(2))" fixed.
o "data.frame(x=2)" fixed.
o Bug in do_title fixed.
o Scoping for subset methods by forcing an eval of the args on
entry fixed (bug reported by Patric Lindsay).
o subsetting of data...