Skip to content
Prev 305170 / 398506 Next

.NAME in .Fortran

I don't understand at all what the problem is, but a workaround
is simply not to specify the "pdf" argument in "name=value" form
but rather in positional form.  I.e. just make it the first argument
to .Fortran().  As in:

     tmp <- .Fortran("pdf", <other parameters here>)

Works for me! :-)

     cheers,

         Rolf
On 11/09/12 13:21, Peter Dunn wrote:
<SNIP>