Skip to content
Prev 4001 / 12125 Next

[R-pkg-devel] .Fortran opinion

If you read further in Drew's posts (which I highly recommend) he says
that C++/Rcpp isn't the best for wrapping Fortran calls, and that it
is faster and cleaner to use C. I have a relatively detailed blog post
on building packages with Fortran (or raw C) code; I hope you may find
it useful in your case [1].

Thanks,

Avi

[1] https://www.avrahamadler.com/2018/12/09/the-need-for-speed-part-1-building-an-r-package-with-fortran/
On Sun, May 26, 2019 at 3:22 PM Neal Fultz <nfultz at gmail.com> wrote: