hello sir myself Jyoti Sharma, and i am working as preoject fellow in IGIB Delhi. I need your help to know how to create a package as well as how to post that package to the CRAN mirror, for public use. i have used package.skeleton() command but its not working properly. So, please suggest me the right way asap. i'll be very thankful to you. Jyoti Sharma JRF @IGIB
On Mar 4, 2013, at 7:42 PM, Jyoti Sharma wrote:> hello sir > > myself Jyoti Sharma, and i am working as preoject fellow in IGIB Delhi. > I need your help to know how to create a package as well as how to > post that package to the CRAN mirror, for public use. i have used > package.skeleton() command but its not working properly. > So, please suggest me the right way asap.The asap part of that request will be most difficult. You have essentially composed a question which distilled to its essences reads: I'm having problems, please tell me what I have done wrong.> i'll be very thankful to you.You should read the material in the Posting Guide: http://www.R-project.org/posting-guide.html .... and probably also the link at the bottom to the classic E. Raymond piece entitled something like "How to ask questions the smart way".> and provide commented, minimal, self-contained, reproducible code.-- David Winsemius Alameda, CA, USA
On 03/05/2013 02:42 PM, Jyoti Sharma wrote:> hello sir > > myself Jyoti Sharma, and i am working as preoject fellow in IGIB Delhi. > I need your help to know how to create a package as well as how to > post that package to the CRAN mirror, for public use. i have used > package.skeleton() command but its not working properly. > So, please suggest me the right way asap. > i'll be very thankful to you. >Hi Jyoti, Creating packages is not a trivial task. The only ASAP solution that I could suggest is to read the first and third sections in "Creating packages" ("Package structure" and "Checking and building packages") in the "Writing R Extensions" document that comes with R. To see this, invoke: help.start() in an R session and it should be the second link down on the left of the page that appears. Jim