Skip to content
Prev 30339 / 398506 Next

R-Installation

Agata Kubera wrote:
On this list in english, please.
You need Administrator privileges to add (modify) those registry keys 
(setup tries to do so; those registry keys are unimportant to run R itself).
You need write access to your temp-directory (which might be important 
for other software products beside R as well).
If you cannot get write access, see ?tempfile how you can get R to use 
another directory:
"The [temporary] directory [that R uses] will be a subdirectory of the 
first found of the environment variables TMP, TEMP and R_USER (see 
Rconsole)."
Uwe Ligges