Skip to content

call fortran in R

2 messages · Sebastien Durand, Duncan Murdoch

#
S?bastien Durand wrote:
That message could be more useful, couldn't it?

I think your problem is using symbol.For().  .Fortran uses that (or some 
internal equivalent), so it will end up being used twice, and R is 
probably looking for wrapper__, when the real name is wrapper_.

Duncan Murdoch