Skip to content
Back to formatted view

Raw Message

Message-ID: <4278887C.6080702@stats.uwo.ca>
Date: 2005-05-04T08:31:56Z
From: Duncan Murdoch
Subject: contributed package source codes
In-Reply-To: <42785DDF.9060304@unm.edu>

mingan wrote:
> 
> 
> 
> Is there a way for me to get the source code ( C/C++ or FORTRAN)  for a 
> specific  R package ?

The source to contributed packages is in <CRAN 
mirror>/src/contrib/PACKAGES.html.  You can find your CRAN mirror by 
looking at the CRAN entry in options("repos").  (You may need to call 
chooseCRANmirror() first, if it hasn't already been called.)

The source to base packages is in the R source, also on CRAN.

Duncan Murdoch