Re: [R] creating custom package and functions

2009-11-10 Thread cls59
dvkirankumar wrote: > > Hi all, > I am new to R-project > I have to create custom package and some required functions in that > package > can any one help me how to create a custompackage and how to write my > function in to that package > These things I have to use in many places as per requir

Re: [R] creating custom package and functions

2009-11-10 Thread Ronggui Huang
You can find guidance from Writing R Extensions manual, which is shipped with R and available on CRAN. Besides, you can have a look at package.skeleton. 2009/11/11 venkata kirankumar > > Hi all, > I am new to R-project > I have to create custom package and some required functions in that packag

[R] creating custom package and functions

2009-11-10 Thread venkata kirankumar
Hi all, I am new to R-project I have to create custom package and some required functions in that package can any one help me how to create a custompackage and how to write my function in to that package These things I have to use in many places as per requirements in my solution please help me to