[R] How to convert an existing package?

Tamas K Papp tpapp at Princeton.EDU
Sat Nov 4 00:30:46 CET 2006


On Fri, Nov 03, 2006 at 07:59:37PM +0100, rasti matus wrote:
> Dears,
> 
> how could I convert an existing package to be able to modify it?
> 
> Let s say, if I want to change the way how the results of the package are
> display (to see the oroginal code of the code).

Hi,

Could you be more specific about what you are trying to achieve?  To
see the source, just type the name of the function, or if that doesn't
work,

getAnywhere(functionname)

Then you can modify that (copy into your editor, or
edit(functionname)).  You can also look at the package sources.

Tamas



More information about the R-help mailing list