On 17 January 2013 07:03, Ibrahim Sobh <im_s...@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 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.