R | RStudio | TeX | Useful R Packages | Test Installation/Create RMarkdown Document
In this example, the version of OS X is 10.10.5. This will dictate which version of R to download in the next step.
Click on R for Mac OS X. You will see different options for different versions of OS X. Click on which package corresponds to your version. This will bring up the dialog to save the file.
Double click on the downloaded R package (PKG file) in the folder you specified. An example is shown below.
Follow the installation instructions. You do not need to open R after the completed installation. RStudio will automatically do that after it is installed and opened.
RStudio is currently only available for Mac OS X 10.6 or higher. Click on RStudio for Mac OS X 10.6+. Click on the appropriate file corresponding to Mac OS X. This will again bring up the save file dialog.
After your download has completed, find your version of RStudio in the folder you specified.
Double click on the downloaded DMG file and follow the installation instructions.
MacTeX installs many of the things needed to use TeX for typesetting. Click on this link to download MacTeX: http://tug.org/cgi-bin/mactex-download/MacTeX.pkg. This is a large file and may take five minutes (or more, depending on your internet connection) to download. More information is available here: https://tug.org/mactex/mactex-download.html.
Find your version of MacTeX in the folder you specified.
Double click on the PKG file and follow the installation instructions. You do not need to open anything after MacTeX is finished installing.
Download the file available at startup_packages.R. This is a text (script) file containing R commands that you will run. Double click on this downloaded file in your specified directory. This will open the file in RStudio. Shown below is only the top left pane of the four panes in RStudio and an example script file.
You now want to run all of this code to install the packages listed at the top. To do this, click on the Source button in the upper right of the top left pane (the one that has this code in it).
You should see some red text appear in the Console tab of the bottom left panel in RStudio. The code has downloaded the packages specified and you can now use them in your code as needed.
To check that R, RStudio, and TeX have been installed correctly, we will create a sample R Markdown document. These types of documents will give you the ability to nicely document your code, include your code, and also the output that your code produces.
Select File > New File > R Markdown from the RStudio taskbar menu.
In the resulting screen, select Document on the left and select PDF as the Default Output Format. (This will check that MacTeX was appropriately installed. You can also create HTML or Word documents by choosing the appropriate output format here. You can also change your mind later and create any of (or all of) the three of these formats if you so choose.)
This creates a basic R Markdown file with some hints as to how to do a few things using R Markdown. To see what the resulting output looks like based on this code, click on the Knit PDF button near the top of the pane.
After giving the resulting PDF a name, you should obtain a PDF similar to the one shown below. The resulting PDF will be stored in the same directory as the Rmd (R Markdown file) you just created.
Contact Kristin Bott, associate director of instructional technology, at kbott@reed.edu.