Skip to content

C program

3 messages · Erin Hodgess, Roger Bivand, Thomas Lumley

#
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.

How would I access this, please?

Thank you very much!

Sincerely,
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: hodgess at gator.uhd.edu
#
On Fri, 30 Sep 2005, Erin Hodgess wrote:

            
https://svn.r-project.org/R/trunk/src/appl/massdist.c

is the online way.

  
    
#
On Fri, 30 Sep 2005, Erin Hodgess wrote:

            
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