Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.69 KB

index.md

File metadata and controls

26 lines (16 loc) · 1.69 KB
layout
custom

R Contributor Site

This is a site for people interested in contributing to R core - the code and documentation that gets distributed as base R.

Join our Slack Group to chat with current and aspiring R contributors. Everyone interested is welcome!

Read the R Development Guide{:target="_blank"}, follow a Tutorial, or attend an Event to learn more about contributing to R.

Quick Start

Watch the following demo for a 10-minute introduction making a contribution:

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/VOlF8fPf9v8" title="How to Make a Contribution to Base R - CW23 Demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen> </iframe>
The [presentation slides](https://hturner.github.io/contributing-demo/) are available in HTML format - press `S` to view with speaker notes (the video text).

The demo introduces a basic workflow for simple fixes. For more complex work on internal R functions or compiled code (e.g. involving the C code underlying much of base R), it will be necessary to build R to develop and test your patch. The R Development Guide provides more information on building R from source and the lifecycle of a patch.

About

This site is maintained by the R Contribution Working Group, which is working on initiatives to encourage wider contribution to R core. The working group is open to new members (more information).