[R] repeated - R package - Compilation Error

rab45+@pitt.edu rab45+ at pitt.edu
Thu Aug 11 15:00:52 CEST 2005


>
> When I go into binnest.f, here is what I see:
>
> C       Calculate First Derivative
> 	   Do kk = 1, t1
> 	      Gradient(kk) = Gradient(kk) + (D1_beta(kk) / Li)
> 	   End do
> 	   Do kk = 1, t2
> 	      Gradient(t1+kk) = Gradient(t1+kk) + (D1_Sig1(kk) / Li)
> 	   End do
> 	   Do kk = 1, t3
> line 638 ->Gradient(t1+t2+kk) = Gradient(t1+t2+kk) + (D1_Sig2(kk) / Li)
> 	   End do
>
> As you can see, line 638 looks just fine.
>
> Why do I get a compilation error?
>
> Rick B.
>
>

I used a text editor to remove two blanks from the front of line 638 and
it compiled without errors. Now I have to find the "rmutil" package and
install it to get repeated working.

Rick B.




More information about the R-help mailing list