Skip to content
Prev 361793 / 398506 Next

Writing R package that call Fortran codes

Indeed it does. And I certainly remembered that the OP wants a vector of length n.
But so does numeric(n), which creates a length n vector. Just try numeric(2).

Berend