RStudio

This page presents the minimal configuration of RStudio Desktop for a better reproducibility.

Go to Tools > Global Options > General and:

Figure 1: Configuration of RStudio IDE
Tips for better reproducibility
  • Never save your workspace as .RData: decide what you want to save and use save(), saveRDS(), write.csv(), etc.
  • Never save your command history: write your code in scripts, not in the console

Now follow instruction to configure git.