Dear all, Actually I could not decide who to contact, then decided to post here. If not appropriate sorry for that. I have written some functions in R which might be supposed to available in the base package but not available. I am wondering that how can I submit those functions to that package? Best Ozgur ----- ************************************ Ozgur ASAR Research Assistant Middle East Technical University Department of Statistics 06531, Ankara Turkey Ph: 90-312-2105309 -- View this message in context: http://r.789695.n4.nabble.com/submission-of-some-functions-to-base-package-tp4441804p4441804.html Sent from the R help mailing list archive at Nabble.com.
?zg?r Asar <oasar <at> metu.edu.tr> writes:> Actually I could not decide who to contact, then decided to post here. If > not appropriate sorry for that. > > I have written some functions in R which might be supposed to available in > the base package but not available. I am wondering that how can I submit > those functions to that package?You should probably start on a discussion on the r-devel <at> r-project.org mailing list. You *could* submit them to the R bug reporting system as "wishlist" items. However, I would strongly recommend that you read this first for some reasons why you might want to put the functions in your own package. (URL broken because Gmane will complain about >80 character columns -- you can put it back together) http://stackoverflow.com/questions/8065835/ proposing-feature-requests-to-the-r-core-team/
On 12-03-03 11:51 AM, ?zg?r Asar wrote:> Dear all, > > Actually I could not decide who to contact, then decided to post here. If > not appropriate sorry for that. > > I have written some functions in R which might be supposed to available in > the base package but not available. I am wondering that how can I submit > those functions to that package?It is unlikely that we would accept any submissions for additional base functions without strong arguments in support of them. To start with, you need to come up with a convincing argument why they can't be in a package that you maintain. Then you need to convince a member of R Core to take them over and maintain them. As Ben said, you should start the discussion in the R-devel list. Duncan Murdoch> > Best > Ozgur > > ----- > > ************************************ > Ozgur ASAR > > Research Assistant > Middle East Technical University > Department of Statistics > 06531, Ankara Turkey > Ph: 90-312-2105309 > -- > View this message in context: http://r.789695.n4.nabble.com/submission-of-some-functions-to-base-package-tp4441804p4441804.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Thank you very much Duncan Murdoch and bbolker. I see the process and will put those functions to my own package. Best ozgur ----- ************************************ Ozgur ASAR Research Assistant Middle East Technical University Department of Statistics 06531, Ankara Turkey Ph: 90-312-2105309 -- View this message in context: http://r.789695.n4.nabble.com/submission-of-some-functions-to-base-package-tp4441804p4443018.html Sent from the R help mailing list archive at Nabble.com.