Skip to content

Fortran-90 and R

6 messages · mauede at alice.it, Peter Dalgaard, Dieter Menne +2 more

#
mauede at alice.it wrote:
You need to read this:

http://cran.r-project.org/doc/manuals/R-exts.pdf

	-p
#
<mauede <at> alice.it> writes:
either cases (analysis packages,
In that case, think hard if you are not better off using R pure
and let the computer run at night.

Dieter
#
On Thu, 2009-03-26 at 11:01 +0100, mauede at alice.it wrote:
Ranjan Maitra

Posted this link

http://www.stat.umn.edu/~charlie/rc/

last week. I found this quite simple to follow, so it might be a useful
companion to the Writing R Extensions manual already suggested. The link
above doesn't specifically address fortran 90, but if special handling
of f90 code is required, the Writing R Extensions manual will tell you
what needs to be done differently.

HTH

G
#
Perhaps you should consider also the possibility  of simply export the
data from the R workspace to the system and make your fortran code to read
these system files.