C program
On Fri, 30 Sep 2005, Erin Hodgess wrote:
Dear R People: I have R Version 2.1.1. for Windows in binary form. I would like to look at the C code for massdist. It is part of the density function.
The .C() call shows that massdist is in the base package. This means that it is likely to be in the src/appl or src/nmath directories of the R source code. Searching these (using grep on Linux) shows that it is in src/appl/massdist.c -thomas