[R] mapply() gives seg fault

Roger D. Peng rpeng at jhsph.edu
Tue Oct 14 18:04:35 CEST 2003


I get this too on the released version.  I guess the problem is that the 
value passed to MoreArgs is not a list.  Maybe,

mapply(rep, times = 1:4, MoreArgs = list(42))

produces what you want?  At any rate, R shouldn't segfault so it looks 
like bug somewhere.

-roger

Robin Hankin wrote:

> Hello everybody.
>
> I've been experimenting with mapply().  Does anyone else have problems 
> with:
>
> R> mapply(rep,times=1:4, MoreArgs=42)
>
> (I get a seg fault).
>
> robin
>
>
>
> R> R.version
>          _
> platform powerpc-apple-darwin6.6
> arch     powerpc
> os       darwin6.6
> system   powerpc, darwin6.6
> status   beta
> major    1
> minor    8.0
> year     2003
> month    10
> day      02
> language R
>
>>
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>




More information about the R-help mailing list