Displaying 1 result from an estimated 1 matches for "a06002007bbb1c91c2d44".
2005 Nov 20
1
mapply() gives seg fault (PR#8332)
...s
whitespace be kept at end of lines?)
--
Fran?ois Pinard http://pinard.progiciels-bpi.ca
--KsGdsel6WgEHnImy
Content-Type: message/rfc822
Content-Disposition: inline
From: rpeng at jhsph.edu (Roger D. Peng)
Date: Tue Oct 14 18:10:52 2003
Subject: [R] mapply() gives seg fault
In-Reply-To: <a06002007bbb1c91c2d44@[139.166.242.29]>
References: <a06002007bbb1c91c2d44@[139.166.242.29]>
Message-ID: <3F8C1E93.7030903 at jhsph.edu>
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))...