Skip to content
Snippets Groups Projects
Commit be0f603a authored by Tom Rushby's avatar Tom Rushby
Browse files

Update otherResources.md - add hyperlink to naming things slide deck

parent 182cee9c
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
* [What they forgot to teach you](https://rstats.wtf/) about R including some required reading:
* why you should use here::here() and **not setwd()** to make sure your code works _anywhere_
* why you should use (RStudio) p/Projects to _manage your code_
* how you should name data files to _stay sane_
* [how you should name things](https://speakerdeck.com/jennybc/how-to-name-files) to _stay sane_
* why you should not add anything to .Renviron or Rprofile unless you want to _irritate team members_
* and much more, although:
* we don't agree with [keeping your data in your project](https://rstats.wtf/project-oriented-workflow.html#work-in-a-project). Data should be [somewhere else](keepingData.md), _unless you're a .gitignore wizard_ and your data is small (and non-sensitive/non-commercial/public etc)
......@@ -24,4 +24,4 @@ Even more ...
* 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment