Skip to content

Commit

Permalink
add LatinR demo
Browse files Browse the repository at this point in the history
  • Loading branch information
hturner committed Jul 28, 2023
1 parent 327744f commit eac9c58
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
2 changes: 2 additions & 0 deletions demos/how-to-make-a-contribution-to-base-R/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ layout: custom
</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).

*Note: This 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. Refer to the R Development Guide for more information on [building R from source](https://contributor.r-project.org/rdevguide/GetStart.html) and [the lifecycle of a patch](https://contributor.r-project.org/rdevguide/FixBug.html).*
12 changes: 12 additions & 0 deletions demos/latinr-hackathon/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: custom
---

# R translatón / Hackaton de tradução do R

This is a video recording of the start of the R translatón / Hackaton de tradução do R at LatinR 2022. There is a short presentation giving background on translating R's messages, warnings and errors, followed by a demonstration of using the R Project Weblate server.

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/5LURMdf1Uk8" title="R translatón / Hackaton de tradução do R" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

The [presentation slides](https://github.com/beatrizmilz/blog-en/blob/main/talks/es/2022-latinr-translaton/slides_translaton.pdf) are available in PDF format.

5 changes: 3 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ Read the [R Development Guide](https://contributor.r-project.org/rdevguide){:tar

## Quick Start

Watch the following demo for a 10-minute introduction to contributing to R:
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>
<br>
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](https://contributor.r-project.org/rdevguide/GetStart.html) and [the lifecycle of a patch](https://contributor.r-project.org/rdevguide/FixBug.html).

## About
Expand Down
8 changes: 8 additions & 0 deletions tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,12 @@ Short videos to give people a quick start on the basics.
Making a contribution to a large open source software project like the R project can seem very daunting. This walkthrough aims to demonstrate how R users can contribute simple fixes to the code or documentation in base R, helping to maintain this fundamental software for data science. We will briefly look at: 1) How to find a good bug to work on, 2) Getting to the the root of the issue, and 3) How to propose a fix.
</details>
</li>
<li>
<a href= "/demos/latinr-hackathon">R translatón / Hackaton de tradução do R</a>,
<i>Beatriz Milz, Ángela Sanzo, and Macarena Quiroga, LatinR 2022.</i>
40 min video (mainly in Spanish)
<details><summary>Abstract</summary>
This is a video recording of the start of the R translatón / Hackaton de tradução do R at LatinR 2022. There is a short presentation giving background on translating R's messages, warnings and errors, followed by a demonstration of using the R Project Weblate server.
</details>
</li>
</ul>

0 comments on commit eac9c58

Please sign in to comment.