[R] creating custom package and functions

cls59 chuck at sharpsteen.net
Wed Nov 11 07:39:23 CET 2009




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 requirements in my
> solution
> please help me to create these custom packages
> 
> thanks in advance
> 
> kiran.
> 
> 

Check out the "Writing R Extensions" manual:

  http://cran.r-project.org/doc/manuals/R-exts.html

If you just need to build and install a package containing some R functions,
then Section 1.1 and 1.3.2 probably contain what you need to know.

Good luck!

-Charlie

-----
Charlie Sharpsteen
Undergraduate
Environmental Resources Engineering
Humboldt State University
-- 
View this message in context: http://old.nabble.com/creating-custom-package-and-functions-tp26296648p26296778.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list