Re: [Rd] call fortran in R

2005-08-04 Thread Ales Ziberna
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

[Rd] Which TEX for Wiindows

2005-08-23 Thread Ales Ziberna
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

Re: [Rd] Free-form to fixed-form Fortran

2005-08-27 Thread 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

[Rd] Buliding a package (on Windows) does not produce libs directory

2005-11-25 Thread Ales Ziberna
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

[Rd] Problems with sending data to FORTRAN subrutine

2005-12-12 Thread Ales Ziberna
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