Displaying 2 results from an estimated 2 matches for "do_repeat".
1997 Nov 07
0
R-alpha: "invisible" : R_INVISIBLE .. -- repeat{} gives BOMB
...Nov-97 maechler@stat.math.ethz.ch wrote:
>I investigated some more:
> R_VISIBLE is set to 0 ``R_Visible = 0;''
> also in other places in eval.c :
>
> line C function
>
> 344: do_if
> 436: do_for
> 480: do_while
> 515: do_repeat
> 720: \
> 727: > do_set
> 738: /
> ^^^
>(line numbers from current 0.60)
>
>In my opinion, only the three cases in do_set ("<-" things) should have
>the invisibility flag...
In S-PLUS, for, while and repeat all return invisible answers, so for...
2008 Sep 27
1
seg.fault from nlme::gnls() {was "[R-sig-ME] GNLS Crash"}
>>>>> "VW" == Viechtbauer Wolfgang (STAT) <Wolfgang.Viechtbauer at STAT.unimaas.nl>
>>>>> on Fri, 26 Sep 2008 18:00:19 +0200 writes:
VW> Hi all, I'm trying to fit a marginal (longitudinal)
VW> model with an exponential serial correlation function to
VW> the Orange tree data set. However, R crashes frequently
VW>