Error: Tried to guess R's HOME but no R command in the PATH.
I did exactly this:
3. Define environmental variables
Control Panel | Advanced tab | Environmental Variables
define the following: RHOME, R_HOME, R_USER
examples
`RHOME: C:\Program Files\R\R-2.13.1
+R_HOME: C:\Program Files\R\R-2.13.1
+R_USER: C:\Users\username\Documents`
4. Append path to R (and Rtools) executable(s) to PATH
Control Panel | Advanced tab | Environmental Variables
example paths: C:\Program Files\R\R-2.13.1\bin\i386; C:\Rtools\bin
However, I do not undestand point three exactly. Could you explain the meaning behind RHOME, R_HOME, R_USER? Thank you, it is really urgent!