Skip to content

joelnitta/targets-workshop

 
 

Repository files navigation

Introduction to the "targets" Package for Reproducible Data Analysis in R

targets workshop

This is a fork of a Carpentries incubator lesson about the "targets" R package.

If you are interested in that lesson, please visit the lesson webpage: https://carpentries-incubator.github.io/targets-workshop/

This repo also serves as a demonstration of the dovetail R package for translating Carpentries lessons.

Translation demo

The demo shows translation of the lesson into Japanese (currently only a small portion of the lesson has been translated, but work is underway to translate all of it).

Crowdin is used as the translation platform.

To render the translated lesson locally, first install the development version of dovetail:

remotes::install_github("joelnitta/dovetail")

Then run the following:

library(dovetail)
render_trans_from_branch(lang = "ja")

By default, the translated lesson should appear in your browser.

License

Materials licensed under CC-BY 4.0 by the authors

Releases

No releases published

Packages

No packages published

Languages

  • R 99.9%
  • Shell 0.1%