John Verzani's Web Page

Website for Professor Verzani's MTH113 course Fall 2006.

Installing R + pmg at home

What follows are instructions for installing R with pmg for a Windows machine. There are two big downloads (over 10megs).

  • Download and install R. The link is R for Windows. This downloads the file. Save it on your desktop then double click the icon to install the software. (If you need help consult the FAQ.)

  • Download and install the GTK+Win32 Runtime environment intaller GTK for windows. Again, download to your desktop and double click its icon to install.

  • Start R by double clicking its icon that gets installed when R is installed. Within R we will now install 5 packages by doing the following:

    Under the Packages menu select the following CRAN packages for installation:

    RGtk2, cairoDevice, gWidgets, gWidgetsRGtk2, pmg

    Once this is done, you can load pmg with the command

    library(pmg)

    If you close the pmg window, you can reload it with the command pmg().