Re: [R] how to make a folder as package in R

2012-09-11 Thread R. Michael Weylandt
On Tue, Sep 11, 2012 at 10:42 AM, purushothaman wrote: > Hi, > > i used this package.skeleton() function but i created using single R file. > but i need to create package using more than one R file. > > Thanks > B.Purushothaman > B, Most of us don't use Nabble so posting with context is much a

Re: [R] how to make a folder as package in R

2012-09-11 Thread Bert Gunter
More to the point, the OP needs to 1) Stop posting 2) Read the relevant portion of the "Writing R Extensions" Manuakl which has been written specifically to answer these sorts of questions in a comprehensive manner. Then if he/she has questions, he/she can ask. -- Bert On Tue, Sep 11, 2012 at 2

Re: [R] how to make a folder as package in R

2012-09-11 Thread Rui Barradas
Hello, See also http://cran.r-project.org/doc/contrib/Leisch-CreatingPackages.pdf Hope this helps, Rui Barradas Em 11-09-2012 09:53, R. Michael Weylandt escreveu: Start with ?package.skeleton() Cheers, Michael On Tue, Sep 11, 2012 at 9:47 AM, purushothaman wrote: Hi how to make a filder

Re: [R] how to make a folder as package in R

2012-09-11 Thread purushothaman
Hi, i used this package.skeleton() function but i created using single R file. but i need to create package using more than one R file. Thanks B.Purushothaman -- View this message in context: http://r.789695.n4.nabble.com/how-to-make-a-folder-as-package-in-R-tp4642734p4642739.html Sent from

Re: [R] how to make a folder as package in R

2012-09-11 Thread R. Michael Weylandt
Start with ?package.skeleton() Cheers, Michael On Tue, Sep 11, 2012 at 9:47 AM, purushothaman wrote: > Hi > > how to make a filder as R Package. > > for exampled > > c:\test folder having following files > add.r > test1.r > sub.r > > i need to make package like this test_v1.zip. > > thanks > B.P

[R] how to make a folder as package in R

2012-09-11 Thread purushothaman
Hi how to make a filder as R Package. for exampled c:\test folder having following files add.r test1.r sub.r i need to make package like this test_v1.zip. thanks B.Purushothaman -- View this message in context: http://r.789695.n4.nabble.com/how-to-make-a-folder-as-package-in-R-tp4642734.h