Agata Kubera wrote:> Sehr geehrte Damen und Herren,
On this list in english, please.
> bei der Installation von R bekam ich eine Fehlermeldung:
> error creating registry key
You need Administrator privileges to add (modify) those registry keys 
(setup tries to do so; those registry keys are unimportant to run R itself).
> Die Installation wurde trotzdem abgeschlossen, beim Versuch R zu starten 
> kommt jedoch die n?chste Fehlermeldung:
> 
> Fatal error: Cant mkdir R_tempDir
> 
> K?nnen Sie mir helfen?
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)."
> MfG
> Agata Kubera
Uwe Ligges