If I understand correctly, you used
.Fortran("wrapper",)
The problem might be that the function name ("wrapper") was changed in the
compilation of the code! See the mail bellow for clues (a previous post on
R-help by Duncan Murdoch)
Natalie Hawkins wrote:
> Using R 2.0.1 on Windows XP, I am
I am intending to instal TEX (for use with R - building, checking packages)
on my WinXP SP2. I read that fptex is recomended, however
http://www.fptex.org/ is not not available. Is MiKTeX the next best choice?
Thanks in advance for any suggestions!
Ales Ziberna
Thank you for your reply!
I know I can use g77 with -ffree-form. However, I do not know how to make a
package so that when others would build a package, these subrutines would
compile with "-ffree-form". I heard of "makevars" and flags, however I read
on the mailing list archives that they are
Dear expeRts!
I have produced a package and I would like to compile it on windows to build
a binary package. The package also includes Fortran code. This is where I
have problems.
The package compiles fine, however the Fortran code seams to be ignored. I
have the Fortran code in src subdir
40, then it works.
Any suggestions are welcomed. Thank you in advance!
Best regards,
Ales Ziberna
The commands used to generate "read.dll".
g77 -c read.f
R CMD SHLIB read.o
The FORTRAN subroutine ("read.f"):
subroutine read(M,n,clu,k,diag,err,E,BM)
INTE