This lesson is still being designed and assembled (Pre-Alpha version)

RStudio + Git for Collaboration and Reproducibility: Glossary

Key Points

Introduction to RStudio with Git
  • RStudio’s Git integration is an alternative way to use some of the Git commands

  • RStudio’s Git integration doesn’t do everything in Git; some work in the Terminal pane is often necessary

  • The workflow for setting up a project in RStudio differs depending on whether it’s a pre-existing Github repository or not

Making Changes
  • FIXME

Collaborating
  • RStudio doesn’t yet have facilities for working with branches, but you can work on git branches RStudio by using git commands at the Terminal

Resources for References and Reading on Git, Github, and RStudio
  • There’s a lot to know about Git, and it’s useful to know where to look for more detailed information

Glossary

FIXME