Displaying 2 results from an estimated 2 matches for "fg77".
Did you mean:
f77
2005 Dec 13
2
Building R with f2c - still needed?
Does anyone have a need to use f2c rather than a Fortran compiler to build
R?
It is yet one more thing to test, and as it only works on 32-bit platforms
it is something that I will shortly no longer be able to test.
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865
2005 Aug 03
7
call fortran in R
Hello,
I used a mac G5, R.2.1.1, and G77 3.4.4 and I would like to use and
call a fortran subroutine.
The trouble is that it seems I am not able to correctly load the
compiled code.
Here is what I have done:
In the terminal this how I compiled my fortran code:
R CMD SHLIB ~/Desktop/Fortan_kmeans/kmeans3.f
There is the wrapper I have paste inside de kmeans3.f file:
c