We've installed R and can open the R interface to input code. But there are other ways to interface with R, and one of those ways is using RStudio. In this lesson, we'll get RStudio installed on your computer. RStudio is a graphical user interface for R that allows you to write, edit, and store code, generate, view, and store plots, manage files, objects and dataframes, and integrate with version control systems to name a few of its functions. We will be exploring exactly what RStudio can do for you in future lessons. But for anybody just starting out with R coding, the visual nature of this program as an interface for R is a huge benefit. Thankfully, installation of RStudio is fairly straight forward. First, you go to the RStudio download page. We want to download the RStudio Desktop version of the software, so click on the appropriate download under that heading. You will see a list of installers for supported platforms. At this point, the installation process diverges for Macs and Windows, so follow the instructions for the appropriate OS. For Windows, select the RStudio Installer for the various Windows editions; Vista,7,8,10. This will initiate the download process. When the download is complete, open this executable file to access the installation wizard. You may be presented with a security warning at this time, allow it to make changes to your computer. Following this, the installation wizard will open. Following the defaults on each of the windows of the wizard is appropriate for installation. In brief, on the welcome screen, click next. If you want RStudio installed elsewhere, browse through your file system, otherwise, it will likely default to the program files folder, this is appropriate. Click, "Next". On this final page, allow RStudio to create a Start Menu shortcut. Click "Install". R studio is now being installed. Wait for this process to finish. R studio is now installed on your computer. Click "Finish". Check that RStudio is working appropriately by opening it from your start menu. For Macs, select the Macs OS X RStudio installer; Mac OS X 10.6+(64-bit). This will initiate the download process. When the download is complete, click on the downloaded file and it will begin to install. When this is finished, the applications window will open. Drag the RStudio icon into the applications directory. Test the installation by opening your Applications folder and opening the RStudio software. In this lesson, we installed RStudio, both for Macs and for Windows computers. Before moving on to the next lecture, click through the available menus and explore the software a bit. We will have an entire lesson dedicated to exploring RStudio, but having some familiarity beforehand will be helpful.