R - Fehler beim Installieren von Devtools in Windows

Ich bin einigermaßen neu in R und in Stackoverflow, entschuldige mich also, wenn ich in meiner Frage unten nicht genügend Details angegeben habe. Gerne stellen wir Ihnen bei Bedarf weitere Informationen zur Verfügung

Ich führe Windows 7 Professional (64 Bit) aus und habe R Version 3.0.2 installiert.

Wenn ich versuche, devtools zu installieren, erhalte ich

library (devtools)

Warnmeldung

package 'devtools' wurde unter R Version 3.0.3 build_github_devtools () erstellt.

"C: /PROGRA~1/R/R-30~1.2/bin/x64/R" --vanilla CMD SHLIB foo.c

gcc -m64 -I "C: /PROGRA~1/R/R-30~1.2/include" -DNDEBUG
-I "d: / RCompile / CRANpkg / extralibs64 / local / include" -O2 -Wall -std = gnu99 -mtune = core2 -c foo.c -o foo.o gcc -m64 -shared -s -static-libgcc -o foo.dll tmp.def foo.o -Ld: / RCompile / CRANpkg / extralibs64 / local / lib / x64 -Ld: / RCompile / CRANpkg / extralibs64 / local / lib -LC: / PROGRA ~ 1 / R / R -30 ~ 1.2 / bin / x64 -lR Herunterladen von Devtools vonhttps: //github.com/hadley/devtools/archive/master.zi "C: /PROGRA~1/R/R-30~1.2/bin/x64/R" --vanilla CMD INSTALLIEREN "C: \ Users \ AppData \ Local \ Temp \ Rtmp8yGaPd \ devtools-master" --build

Installation in Bibliothek 'C: / Users / AppData / Local / Temp / Rtmp8yGaPd / file1afc11f24d1b'

FEHLER: Abhängigkeiten 'rversions', 'git2r' sind für das Paket 'devtools' nicht verfügbar

Entfernen von 'C: / Users / AppData / Local / Temp / Rtmp8yGaPd / file1afc11f24d1b / devtools'

Error: Befehl fehlgeschlagen (1)

Ich habe nach Hilfe für Abhängigkeiten, Versionen und git2r gesucht, aber bisher kein Glück.

ann jemand bitte helfe

Antworten auf die Frage(2)

Ihre Antwort auf die Frage