contribute

How can I contribute to base R in small ways?

六眼飞鱼酱① 提交于 2019-12-23 07:18:05
问题 Occasionally I see small ways I could improve either R (recently the IQR command) and R documentation (just this week perhaps elaborating differences among and better interconnecting aggregate, tapply, and by). But I don't see a way to really make that contribution back. I looked into the developer site and it seems that my options are either to attempt to become a full fledged developer or create packages, neither of which fit what I wish to accomplish. I did propose IQR changes on the R

How to contribute code back to an Open Source project? [closed]

蹲街弑〆低调 提交于 2019-12-20 08:59:13
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . If you're following an Open Source project and would like to contribute code changes, what will you need to do? 回答1: I would spend time getting to know the people first. Usually they have a IRC chatroom where everyone idles. Spend sometime getting to know the people, study the

How to contribute to the Eclipse IDE from a model fragment

有些话、适合烂在心里 提交于 2019-12-11 11:08:53
问题 I need to contribute a part (with a command and handler) to the eclipse IDE. I'm using Eclipse RCP and RAP developers (Mars 4.5) and I don't know how to program my handler so my part goes to the editor of the eclipse ide. My part contributor is something like this: public class Menu extends ViewPart { @PostConstruct @Override public void createPartControl(Composite parent) { parent.setLayout(null); Label lblService = new Label(parent, SWT.NONE); lblService.setBounds(67, 49, 40, 15);

Is there anywhere that lists open source projects looking for contributors? [closed]

被刻印的时光 ゝ 提交于 2019-12-03 02:52:03
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 6 years ago . I'd be interested in contributing to an open source project, but don't have a clue where I could find a project thats looking for people. Is there a site that lists open ones and what they're looking for etc? I'd be particularily interested in java projects 回答1: Usually theres is

Is there anywhere that lists open source projects looking for contributors? [closed]

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-02 16:25:45
I'd be interested in contributing to an open source project, but don't have a clue where I could find a project thats looking for people. Is there a site that lists open ones and what they're looking for etc? I'd be particularily interested in java projects Usually theres is a section called "help wanted" in most open source projects. Look for that section. Let me see if I can get some for you. Here are some: http://sourceforge.net/people/ Others here: http://code.google.com/hosting/search?q=help+wanted Rather than search for projects that need help, I would find a project that you are