##Installation information for R with GTK+
###Windows If you don't have R yet, install the newest version from http://www.r-project.org/ . Additionally, I highly recommend RStudio (http://www.rstudio.com/) 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):
- install R from http://www.r-project.org/
- [optional but recommended: install R-Studio from http://www.rstudio.com/]
- install GTK+
- From the R command line, install the
RGtk2
package by running:install.packages("RGtk2", depen=T)
- Then load the package by running:
library(RGtk2)
This will notice the missing GTK and prompt you to install it. Choose "Install GTK+" when prompted, it might take a few minutes to install. Afterwards it will likely still complain (restart required).