Source packages
These instructions are for version 4.4.x of R!
If you absolutely need to install packages from source, you will have to install Rtools on your Z:
drive:
- Download rtools44-xxxx-yyyy.exe (where xxxx and yyyy are numbers) from here.
- Install to your Z: drive, to a folder named
Z:\.R\rtools44
- Optional, but recommended:
- Open a Windows Command Prompt (press
Win+R
, typecmd
and pressEnter
). - Issue the command
pacman -Syuu
to update the core packages (press Y when it asks to proceed). - Issue the command
pacman -Suu
to update the system packages (press Y when it asks to proceed)
- Open a Windows Command Prompt (press