Message-ID: <CAPtbhHy=_rBiDMb1yzQvZiH2DRpr=Dn4kZtKRMMbpAsTKrtSrQ@mail.gmail.com>
Date: 2013-01-17T06:19:41Z
From: Suzen, Mehmet
Subject: How to change R file in stats?
In-Reply-To: <DUB115-W4702AC22F1690479DAD61682130@phx.gbl>
On 17 January 2013 07:03, Ibrahim Sobh <im_sobh at hotmail.com> wrote:
>
> Dear
> I have changed some code in R file inside the stats package (dendrogram.R). Now I wan to test and run the stats package with the new updated code, what should I do in detail?
For testing the simplest thing you can do is to ?source the file in
your session. But R-core is very well maintained, why
would you need to change the core code? It will only bring you
maintenance chaos. If you need additional feature, maybe
you can have a look on CRAN if it is implemented.
Best,
-m