LaTeX Ninja
Show and tell focused on pipeline tools
Compiling software projects is similar to running data analysis scripts, one needs to run a number of scripts / functions in a certain order
Therefore there are pipeline tools for any kind of scripting language “out there”
Several pipeline tools can be found here: https://github.com/pditommaso/awesome-pipeline
Ben Marwick introduced the R packages {targets} and {renv}
renv::init()
, renv::snapshot()
and renv::restore()
Clemens showed the haskell based Shake
and described the same steps as detailed in his blog post
A special interest group of CAA International dedicated to scientific scripting languages in archaeology.
2021-12-06