Displaying 1 result from an estimated 1 matches for "initaquaphi".
Did you mean:
  initaquaphy
  
2008 Apr 09
1
getNativeSymbolInfo fails with Fortran symbol.
In the following code routine 'initaquaphy' is defined in Fortran,
and dynamically loaded into R.:
test.f:
      subroutine initaquaphy(odeparms)
      external odeparms
      double precision pars(19)
      common /myparms/pars
       call odeparms(19, pars)
      return
      end
$ R CMD SHLIB Aquaphy.f
gfortran   -fpic  -g -O2 -c test.f -o test.o
gcc -std=gnu99 -shared