Skip to content
Prev 167305 / 398502 Next

Where to find the source codes for the internal function in stats package

On 17/01/2009 2:23 AM, zhijie zhang wrote:
Uwe Ligges wrote a nice article on finding source in R News :

   Ligges, U. (2006): R Help Desk: Accessing the Sources. R News 6 (4), 
43-45. http://cran.r-project.org/doc/Rnews/

As it explains, .Internal() calls functions in the main R binary, not in 
a package DLL.

Duncan Murdoch