A repository for an application note about pretzel.
Application note is drafted in RMarkdown in pretzel.Rmd file. RMarkdown is well intergrated in RStudio, but if you'd rather write/edit in a text editor of your choice, you can render it as per instructions below.
Among the alternatives available we opted for BibTeX, see references.bib.
docker run --rm --user $(id -u):$(id -g) \
--volume $(pwd):/writing \
--workdir /writing rsuchecki/renderer:0.1 ./render.RNote that this is rather slow, possibly due to container conversion from docker to singularity format.
singularity exec docker://rsuchecki/renderer:0.1 ./render.RIf you'd like to render the manuscript without docker/singularity, you will need the following:
Re.g. on ubuntusudo apt apt install r-base-corepandoce.g. on ubuntusudo apt install pandoc pandoc-citeprocLaTeXe.g. on ubuntusudo apt install texlive texlive-latex-extraRpackages:rmarkdownrticlesbookdown
Then:
./render.R