R: Difference between revisions

From UMIACS
Jump to navigation Jump to search
Ianc (talk | contribs)
Ianc (talk | contribs)
 
Line 31: Line 31:
==Customized Startup Environment==
==Customized Startup Environment==
#From the customized startup environment options prompt, if you wish to go through the customized startup environment dialog, select "Yes" here. Any of these options can be altered at a later time after installation if you decide you have a change in preference.
#From the customized startup environment options prompt, if you wish to go through the customized startup environment dialog, select "Yes" here. Any of these options can be altered at a later time after installation if you decide you have a change in preference.
#*[[Image:R_Install_6.PNG]]
#*[[Image:R_Install_6.PNG|alt="Refer to adjacent text"]]
#The first prompt will determine which interface you wish to use. MDI (one main window for all R programs) or SDI (separate windows for each R program) If you have a preference, select which option you prefer.
#The first prompt will determine which interface you wish to use. MDI (one main window for all R programs) or SDI (separate windows for each R program) If you have a preference, select which option you prefer.
#*[[Image:R_Install_7.PNG]]
#*[[Image:R_Install_7.PNG|alt="Refer to adjacent text"]]
#Next, determine how you wish the help format to be displayed. You can choose from either plain text format or HTML formatted.
#Next, determine how you wish the help format to be displayed. You can choose from either plain text format or HTML formatted.
#*[[Image:R_Install_8.PNG]]
#*[[Image:R_Install_8.PNG|alt="Refer to adjacent text"]]
#Finally, determine how you would like R to handle the proxy settings in Internet Explorer, whether you would like to use the standard settings or make use of internet2.dll.
#Finally, determine how you would like R to handle the proxy settings in Internet Explorer, whether you would like to use the standard settings or make use of internet2.dll.
#*[[Image:R_Install_9.PNG]]
#*[[Image:R_Install_9.PNG|alt="Refer to adjacent text"]]
#The startup environment customization for R is now finished. See the above sections for the following steps.
#The startup environment customization for R is now finished. See the above sections for the following steps.



Latest revision as of 18:58, 3 April 2026

This page contains steps for installing R on Windows.

Basic Installation

  1. To retrieve the latest version of R from here: https://cran.r-project.org
  2. Select "Download R for Windows" from the top of the screen
  3. Then click "Install R for the first time" on the first line
  4. This will take you to a download page, click "Download R<version number> for Windows" to begin the installation
  5. Navigate to the directory you downloaded the installer to.
  6. Run the .exe and step through the installer.
    • "Screenshot of R installer"
    • Note: There will be a warning when you start the installer that says the full installation requires administrative privileges, disregard this message.
    • "Refer to adjacent text"
  7. Accept the License Agreement and continue.
    • "Refer to adjacent text"
  8. When prompted, choose an installation folder wherever you would like it within your home directory.
    • "Refer to adjacent text"
  9. Select the components that you wish to install, the defaults for this is fine.
    • "Refer to adjacent text"
  10. If you wish to customize the options for the startup environment then click Yes when prompted and proceed to the below section. If you are unsure what these are, select "No" (can still be changed later).
    • "Refer to adjacent text"

Customized Options

  1. Name the folder that will appear in the start menu. The default "R" is acceptable for this.
    • "Refer to adjacent text"
  2. Finalize your installation options and hit Next to begin the installation.
    • "Refer to adjacent text"
  3. After stepping through the dialog, R will install itself to the folder you specified.
  4. Finish and close the setup. R is now installed locally on your account.
    • "Refer to adjacent text"

Customized Startup Environment

  1. From the customized startup environment options prompt, if you wish to go through the customized startup environment dialog, select "Yes" here. Any of these options can be altered at a later time after installation if you decide you have a change in preference.
    • "Refer to adjacent text"
  2. The first prompt will determine which interface you wish to use. MDI (one main window for all R programs) or SDI (separate windows for each R program) If you have a preference, select which option you prefer.
    • "Refer to adjacent text"
  3. Next, determine how you wish the help format to be displayed. You can choose from either plain text format or HTML formatted.
    • "Refer to adjacent text"
  4. Finally, determine how you would like R to handle the proxy settings in Internet Explorer, whether you would like to use the standard settings or make use of internet2.dll.
    • "Refer to adjacent text"
  5. The startup environment customization for R is now finished. See the above sections for the following steps.

Opening R scripts with RScript

Users can open a file with R to a command terminal window via RScript.

From within the \bin\x64 folder at the location that you installed R to you can run:

Rscript path\to\file\test.R