Go to https://rstudio.com/products/rstudio/download/ and click on the first link. Then click on “Download R for Mac” for Mac. On Windows, you https://cran.r-project.org/bin/windows/base/. There are several other options available for all major Linux distributions.
And then choose the .pkg
file. The installation is pretty basic. On Windows, you will get a installer .exe
file.
Go to https://rstudio.com/products/rstudio/download/ again and this time, choose the .dmg
download for Mac. The installation is pretty basic as well. You will get an installer for Windows. There are several other options available for all major Linux distributions.
On Mac there are several ways to install git. We will do it by using Homebrew. Go to https://git-scm.com/download/mac and click on the ‘install Homebrew’ link
On Homebrew, copy the link they provide to you for installing the application.
When you have copied the link, go to the Terminal on your Mac (if you don’t know how to find it, go to the Spotlight search function in your upper right corner and search for Terminal
). In the Terminal, paste the Homebrew link and hit enter. The installation will start (although you may have to fill in your password sometimes).
When Homebrew is installed, you can now use this application to retrieve Git. Go to your terminal once again, and now type in the command that can be found on the https://git-scm.com/download/mac page on your Terminal ( $ brew install git). The installation follows.
To check if you installed Git, you can enter the following command: $ git –version. Your Terminal will, if everything went as planned, show you the latest version of git that has been installed on your Mac.
fork
to create your own repository within this project.RStudio
and go to File > Create New Project
. Click on Version Control
. You want a new project started that has Git version control.Git
.https://github.com/yourname/practice-markdown
, since it is your personal repository. Also choose a suitable folder where you can easily find your files.username/password
combination, or via permanent SSH authentication. You can also read here how to stay permanently logged in with secure, SSH authentication.anything
commit
. You can add different notes for every line you added or made changes on. For now, it’s just this one addition of the wordanything
ReadMe.md
file) and click on the Push
button (green arrow). The file is now uploaded to the shared GitHub project.New Pull Request
.Your work is now merged and synchronized to the master document
Pull
button (the blue arrow). RStudio will now check if there are any new files to download.Questions? Please reach out to Daniel on https://keybase.io/antaldaniel