CINXE.COM

R Contributor Site

<!-- based on original default page --> <!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <link rel="icon" type="image/png" href="/assets/img/favicon.png"> <!-- changed title --> <title>R Contributor Site</title> <!-- change end --> <!-- change: added metadata --> <!-- will probably need adapting if we add blog pages --> <!-- Basic metadata --> <!-- author --> <meta name = "description" content="R Contributor Site - for people interested in contributing to R core development"> <meta name="keywords" content="R, contribution, open source, FOSS, community" /> <!-- Open Graph https://ogp.me/ --> <!-- https://developers.facebook.com/tools/debug/ --> <!-- required --> <meta property="og:title" content="R Contributor Site" /> <meta property="og:type" content="website" /> <meta property="og:image" content="https://contributor.r-project.org/assets/img/Rlogo-white.png" /> <!-- do we want image structured properties here? e.g. image:alt --> <meta property="og:url" content="https://contributor.r-project.org/"> <!-- optional --> <meta property="og:description" content="R Contributor Site - for people interested in contributing to R core development" /> <!-- Twitter cards --> <!-- https://cards-dev.twitter.com/validator --> <meta name="twitter:site" content="@"> <meta name="twitter:title" content="R Contributor Site"> <meta name="twitter:description" content="R Contributor Site - for people interested in contributing to R core development"> <meta name="twitter:card" content="summary"> <meta name="twitter:image" content=""> <!-- change end --> <link rel="stylesheet" href="/assets/css/styles.css?v="> <meta name="viewport" content="width=device-width"> <!-- add Plausible snippet: seehttps://plausible.io/contributor.r-project.org for analytics dashboard --> <script defer data-domain="contributor.r-project.org" src="https://plausible.io/js/plausible.js"></script> <!-- change end --> </head> <body> <div class="wrapper"> <header> <!-- replace header in nav bar with R logo --> <a href="/"><img width = "50%" src="/assets/img/Rlogo.png" alt="R logo" class = "center"/></a> <br> <!-- change end --> <!-- make description optional <p>R Contributor Site - for people interested in contributing to R core development</p> change end --> <table> <tr><th><a href="/">Home</a></th></tr> <tr><th><a href="/slack">Slack Group</a></th></tr> <tr><th><a href="/events">Events</a></th></tr> <tr><th><a href="/tutorials">Tutorials & demos</a></th></tr> <!-- open external links in new tab --> <tr><th><a href="https://contributor.r-project.org/rdevguide/" target="_blank">R Development Guide</a><img src="/assets/img/external_link.svg" alt="external link symbol"/></th></tr> <!-- change end --> <!-- open external links in new tab --> <tr><th><a href="https://contributor.r-project.org/translations/" target="_blank">Translations Community Page</a><img src="/assets/img/external_link.svg" alt="external link symbol"/></th></tr> <!-- change end --> <tr><th><a href="/working-group">R Contribution Working Group</a></th></tr> <!-- open external links in new tab --> <tr><th><a href="https://developer.r-project.org/" target="_blank">R Core Developer Page</a><img src="/assets/img/external_link.svg" alt="external link symbol"/></th></tr> <!-- change end --> <!-- open external links in new tab --> <tr><th><a href="https://blog.r-project.org/" target="_blank">R Project Blog</a><img src="/assets/img/external_link.svg" alt="external link symbol"/></th></tr> <!-- change end --> <!-- open external links in new tab --> <tr><th><a href="https://contributor.r-project.org/svn-dashboard" target="_blank">R SVN CI Dashboard</a><img src="/assets/img/external_link.svg" alt="external link symbol"/></th></tr> <!-- change end --> <!-- open external links in new tab --> <tr><th><a href="https://r-universe.dev" target="_blank">R Universe</a><img src="/assets/img/external_link.svg" alt="external link symbol"/></th></tr> <!-- change end --> </table> </header> <section> <h1 id="r-contributor-site">R Contributor Site</h1> <p>This is a site for people interested in contributing to R core - the code and documentation that gets distributed as base R.</p> <p>Join our <a href="slack">Slack Group</a> to chat with current and aspiring R contributors. Everyone interested is welcome!</p> <p>Read the <a href="https://contributor.r-project.org/rdevguide" target="_blank">R Development Guide</a>, follow a <a href="tutorials">Tutorial</a>, or attend an <a href="events">Event</a> to learn more about contributing to R.</p> <h2 id="quick-start">Quick Start</h2> <p>Watch the following demo for a 10-minute introduction making a contribution:</p> <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> <p><br /> The <a href="https://hturner.github.io/contributing-demo/">presentation slides</a> are available in HTML format - press <code class="language-plaintext highlighter-rouge">S</code> to view with speaker notes (the video text).</p> <p>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 <a href="https://contributor.r-project.org/rdevguide/chapters/getting_started.html">building R from source</a> and <a href="https://contributor.r-project.org/rdevguide/chapters/lifecycle_of_a_patch.html">the lifecycle of a patch</a>.</p> <h2 id="about">About</h2> <p>This site is maintained by the <a href="working-group">R Contribution Working Group</a>, which is working on initiatives to encourage wider contribution to R core. The working group is open to new members (<a href="working-group">more information</a>). You can report issues about this website on the <a href="https://github.com/r-devel/r-devel.github.io">r-devel.github.io</a> repository.</p> </section> <footer> <p>This site is maintained by <a href="working-group">the R Contribution Working Group</a> <br> <a rel="me" href="https://hachyderm.io/@R_Contributors" target="_blank"> <img src="/assets/img/mastodonlogo.svg" height="20" alt="R Contributors Mastodon profile" style="vertical-align:middle;" border="0"></a> <a href="https://bsky.app/profile/R-Contributors.hachyderm.io.ap.brid.gy" target="_blank"> <img src="/assets/img/blueskylogo.png" height="20" alt="R Contributors Bluesky profile" style="vertical-align:middle;" border="0"></a> <a href="https://github.com/r-devel" target="_blank"> <img src="/assets/img/githublogo.png" height="20" alt="R-devel GitHub organization" style="vertical-align:middle;" border="0"></a> </p> <!-- change end --> </footer> </div> <script src="/assets/js/scale.fix.js"></script> <!-- add buttons.html (https://jekyllcodex.org/without-plugin/buttons/#) --> <script> var elements = document.querySelectorAll('a'); Array.prototype.forEach.call(elements, function(el, i){ if(el.innerHTML.substring(0,1)=='[' && el.innerHTML.substring(el.innerHTML.length-1)==']') { el.innerHTML = el.innerHTML.substring(1,el.innerHTML.length-1); el.classList.add('btn'); } }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10