[Rd] Ratfor->Fortran conversion

Nicholas Lewin-Koh nikko@hailmail.net
Fri Dec 27 03:33:02 2002


Hi,
Does anyone have any experience porting Ratfor to fortran. I have gotten
the ratfor preprocessor working and if I compile the ratfor code
directly and dynamically load into R it seems to work (using g77 on RH
linux). However if I just use the ratfor command and try to compile the
output fortran file it does not compile. Is there some flags I should
use to get ratfor to format the fortran output better, or is there a
flag I need to set for g77 to get the output code to compile. Thanks

Nicholas