Here you will find the talks (or links to the talks) of our session as well as useful material and links that should get you started practicing reproducible research.
CRAN Task View: Archaeological Science by Ben Marwick
- https://github.com/benmarwick/ctv-archaeology
- It contains a list of packages useful for scientific work in Archaeology, grouped by topic
- R: the base of all
- RStudio: "modern" IDE for R that allows you to create literate programming documents with ease (supplemented by the packages
rmarkdown
(https://rmarkdown.rstudio.com/) andknitr
(https://yihui.name/knitr/) and the universal document converter pandoc) - Zotero: bibliography management with browser support to manage your reference database and create BibTeX files to be used in your literate programming document
- git: the solution for version controlling your project