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.
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.
Materials licensed under CC-BY 4.0 by the authors