markleeds at verizon.net
2006-Jun-09 20:36 UTC
[R] seeing the code that is called inside a function
this is probably a bad question but if you type a function name( the function is from a package ) at an R prompt and you see that the main work of the function is done by a fortran call (.Fortran ), is it possible to see the fortran code ? i am using windows xp and R-2.20 but i doubt that matters. thanks
Gabor Grothendieck
2006-Jun-09 20:41 UTC
[R] seeing the code that is called inside a function
1. Google for: CRAN mypkg where the package is called mypkg and then download and 2. unpack the .tar.gz from there: tar xfvz mypkg_0.1-1.tar.gz (replace with correct filename) On 6/9/06, markleeds at verizon.net <markleeds at verizon.net> wrote:> this is probably a bad question but if > you type a function name( the function is from a package ) at > an R prompt and you see that the main work of the function is done by a fortran call (.Fortran ), is it possible to see the fortran code ? i am using windows xp and R-2.20 but i doubt that matters. > > thanks > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html >