Hosted by R-Forge
|
G. Jay Kerns, Youngstown State University G. Andy Chang, Youngstown State University
|
Download the IPSUR Package
The current released version of the IPSUR package is 0.1-5. There are binary packages available for computers running Windows and MacOS X, and source code for Linux distributions. Downloads for the released version are from CRAN, the Comprehensive R Archive Network.
The current development version of the IPSUR package is 0.1-6. This contains very early code for new features and is not suitable for production environments. The development version should be used for testing purposes only. Development downloads are from the project page hosted at R-Forge.
Installing IPSUR from a Binary Package
To install the IPSUR binary package, click on the appropriate link above to download the file. Save the package to a convenient location.
In Windows:
-
Open R
-
Select Packages
-
Select Install package(s) from local zip files...
-
Browse and select the downloaded IPSUR package
In MacOS X:
-
Open R
-
Select Packages & data
-
Select Package Installer
-
From the Package Repository drop down menu select Local Binary Package
-
Click the Install button below
-
Browse and select the downloaded IPSUR package
Installing 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 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 Ubuntu Linux, this means that you should have the r-base-dev package installed, which you can get with the Synaptic 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
|