search for: do_rep

Displaying 3 results from an estimated 3 matches for "do_rep".

Did you mean: do_req
2009 Nov 03
1
memory misuse in subscript code when rep() is called in odd way
...s on uninitialised value(s) ==26459== at 0x80C557D: integerSubscript (subscript.c:408) ==26459== by 0x80C5EDC: Rf_vectorSubscript (subscript.c:658) ==26459== by 0x80C5FFD: Rf_makeSubscript (subscript.c:613) ==26459== by 0x80C7368: do_subset_dflt (subset.c:158) ==26459== by 0x80B4283: do_rep (Rinlinedfuns.h:161) ==26459== by 0x816491B: Rf_eval (eval.c:464) ==26459== by 0x805A726: Rf_ReplIteration (main.c:262) ==26459== by 0x805A95E: R_ReplConsole (main.c:311) ==26459== by 0x805AFBC: run_Rmainloop (main.c:964) ==26459== by 0x8058E2B: main (Rmain.c:33) ==26459== ==26459==...
2001 Apr 11
5
replicating lists
...not work, and I think it would be a desirable feature if it did. For example, I want to create an array of lists, and it would be nice for me to set default values in the array function, rather than having to loop through the components and setting them individually. I've had a quick look in do_rep in seq.c and to my untrained eye it looks as though the LISTSXP case of the main switch might need to be replaced by a VECSXP, but I am not sure about other implications. Cheers, Jonathan. Jonathan Rougier Science Laboratories Department of Mathematical Sciences South Roa...
2001 Apr 11
0
replicating lists (fwd) (PR#907)
...not work, and I think it would be a desirable feature if it did. For example, I want to create an array of lists, and it would be nice for me to set default values in the array function, rather than having to loop through the components and setting them individually. I've had a quick look in do_rep in seq.c and to my untrained eye it looks as though the LISTSXP case of the main switch might need to be replaced by a VECSXP, but I am not sure about other implications. Cheers, Jonathan. Jonathan Rougier Science Laboratories Department of Mathematical Sciences South Roa...