RcmdrPlugin.IPSUR by G. Jay Kerns and G. Andy Chang, Youngstown State University

Download the IPSUR Package

The current stable version of the RcmdrPlugin.IPSUR package is available on CRAN, the Comprehensive R Archive Network. There are binary packages available for computers running Windows and MacOS X, and source code for Linux distributions.

RcmdrPlugin.IPSUR Stable Version
CRAN RcmdrPlugin.IPSUR Package


The current development version of the RcmdrPlugin.IPSUR package is available from R-Forge. It contains very early code for new features and is not suitable for production environments. The development version should be used for testing purposes only.

RcmdrPlugin.IPSUR Development Version
R-Forge RcmdrPlugin.IPSUR Package

Installing RcmdrPlugin.IPSUR from a Binary Package

To install the RcmdrPlugin.IPSUR binary package, click on the appropriate link above to download the file. Save the package to a convenient location.

In Windows:

  1. Open R
  2. Select Packages
  3. Select Install package(s) from local zip files...
  4. Browse and select the downloaded RcmdrPlugin.IPSUR package
In MacOS X:
  1. Open R
  2. Select Packages & data
  3. Select Package Installer
  4. From the Package Repository drop down menu select Local Binary Package
  5. Click the Install button below
  6. Browse and select the downloaded RcmdrPlugin.IPSUR package

Installing RcmdrPlugin.IPSUR from Source

The source code for the RcmdrPlugin.IPSUR package is available under the GNU GPL Version 2. The source code is recommended for platforms for which package binaries are not made available. It can also be used by developers on all platforms to modify RcmdrPlugin.IPSUR and redistribute it under the constraints of the GPL.

Note that in order to install from source, you must have the necessary development tools installed. In Windows, a good way to get started would be to look at the R Tools page maintained by Duncan Murdoch, which you can find here. Under Debian/Ubuntu GNU-Linux, this means that you should have the r-base-dev package installed, which you can get with your favorite package manager. For more information, please see the R Installation and Administration Manual.

For all OSes, the general idea to install from source is to open a terminal window, then cd to the directory in which the source code is saved, and finally issue the command R CMD INSTALL RcmdrPlugin.IPSUR_x.x-x, where x.x-x is the version that you have downloaded. Given that you have the correct compilation tools installed and that your system is configured correctly, you should have the package installed in a few moments.

R logo © the R Foundation, http://www.r-project.org