-
Notifications
You must be signed in to change notification settings - Fork 30
SetRPath
Eaton edited this page Jan 15, 2019
·
1 revision
In order to run R libraries, such as HOPACH through on Windows, you will need to set the Python PATH following installation of R. This will allow you to type "R" in the "Command Prompt" (under "All Programs" > "Accessories") in order to run R programs. Perform the following after installing R.
- Open "Control Panel>System>Advanced System Settings>Environmental Variables"
- Under "System Variables" open "PATH"
- Append the path of python to the paths (e.g., ";C:\R-3.0.3")
- Select the "OK" button.
- Open a new Command Prompt window and type "R". Something like the following should be displayed:
R version 3.0.3 (2014-03-06) -- "Warm Puppy"
Copyright (C) 2014 The R Foundation for Statistical Computing