From 1a7441c4b851bb2cbbe76794d2ef4a0d0555a5ac Mon Sep 17 00:00:00 2001 From: Thomas Rushby <t.w.rushby@soton.ac.uk> Date: Wed, 9 Dec 2020 11:33:43 +0000 Subject: [PATCH] Add additional resources on good practice from ReproducibiliTea session --- howTo/otherResources.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/howTo/otherResources.md b/howTo/otherResources.md index dc2ffe9..b0a8605 100644 --- a/howTo/otherResources.md +++ b/howTo/otherResources.md @@ -14,4 +14,14 @@ * we have written a [short guide](gitBranches.md) * [HappyGit](https://happygitwithr.com/fork-and-clone.html) gives you the details * [ohshitgit](https://ohshitgit.com/) may be required here too (but not if you've followed the instructions above) - * using [git(hub/lab) issues](https://guides.github.com/features/issues/) as a way to manage your project - just like we did for the [new ECCD website](https://git.soton.ac.uk/SERG/sergwebsite/-/issues) \ No newline at end of file + * using [git(hub/lab) issues](https://guides.github.com/features/issues/) as a way to manage your project - just like we did for the [new ECCD website](https://git.soton.ac.uk/SERG/sergwebsite/-/issues) + +Even more ... + + * on [naming files (tidyverse)](https://style.tidyverse.org/files.html) + * coding style, syntax etc. with [lintr](https://github.com/jimhester/lintr) + * set up projects as packages with help from [usethis](https://usethis.r-lib.org/) + * tools for reproducibility + * Is your project file reproducible? [fertile](https://github.com/baumer-lab/fertile) might help + * Or try [rrrpkg](https://github.com/ropensci/rrrpkg) to create a research compendium + \ No newline at end of file -- GitLab