Rtools installation
Installation instructions for Rtools (in Dutch). Rtools is a collection of resources for building packages for R under Microsoft Windows.
Windows
Installatie en upgrade
De installatiebestanden zijn beschikbaar via cloud.r-project.org. Kies de 64-bit versie van de installer.
Bij een upgrade dient eerst de vorige versie te worden verwijderd.
- Klik Ja.
- Kies
C:\rtools40
(standaard) als installatiemap en klik Next. - Laat alles aangevinkt en klik Next.
- Klik Install.
- Klik Finish.
- Wijzing
PATH
naarPATH="${RTOOLS40_HOME}\usr\bin;${PATH}"
. - Start R en controleer of
Sys.which("make")
verwijst naar"C:\\rtools40\\usr\\bin\\make.exe"
.
Afwijkingen t.o.v. default installatie
- Wijzig de systeemvariabele
PATH
naarPATH="${RTOOLS40_HOME}\usr\bin;${PATH}"