[R] Writing R package that call Fortran codes

Eduardo M. A. M.Mendes emammendes at gmail.com
Thu Jun 16 21:04:03 CEST 2016


> On Jun 16, 2016, at 3:50 PM, Berend Hasselman <bhh at xs4all.nl> wrote:
> 
> 
>> On 16 Jun 2016, at 20:02, Eduardo M. A. M.Mendes <emammendes at gmail.com> wrote:
>> 
>> Thanks  Bill for pointing this out.  I haven’t noticed it.
>> 
>> Vineetha, try as.double(rep(0,n)) or as.matrix(rep(0,n)),
>> 
> 
> Why not simply numeric(n)?
> 
> Berend Hasselman
> 

as.numeric(rep(0,n)) works too. Please remember that he wants a vector nor a scalar.



More information about the R-help mailing list