Install the newest version of R. Additionally, I highly recommend R-Studio for working with R regularly (but the basic command line will work just fine for most applications). Once R is installed, you can install GTK directly from within R (details below). In short:
- install R for Windows
- optional but recommended: install R-Studio
- install GTK+
- From the R command line (e.g. in R-Studio), install the
RGtk2package by running:install.packages("RGtk2", depen=T)