Fork me on GitHub

img/IPSUR.png by G. Jay Kerns

About | Install | Resources | Feedback | Read it Now

Installation Instructions

Download the latest version of R:
Choose a link below to download the latest version of R for your operating system from CRAN:
  • Windows Installation Tip: click the .exe program file to start installation. When it asks for "Customized startup options", specify Yes. In the next window, be sure to select the SDI (single-window) option.


Install the IPSUR package:
Download and install the IPSUR package from one of the following locations. The choice of location will depend on which version of IPSUR that you want to read.
  • From CRAN: choose this location if you would like an electronic copy of the most recently published edition of IPSUR. This version may differ slightly from a hard copy purchased from retailers, but will be the closest you can get to a published copy without buying one. To install directly from CRAN, launch R and type the following at the command prompt ">":
    install.packages("IPSUR")    
    
  • From R-Forge: choose this location if you would like an electronic copy of the next, yet-unpublished edition of IPSUR. This version will have the latest corrections and additional material, and may differ substantially from one purchased from retailers. To install directly from R-Forge, launch R and type the following at the command prompt ">":
    install.packages("IPSUR", repos="http://R-Forge.R-project.org")
    


Load the IPSUR package:
Once IPSUR is downloaded and installed, it must be loaded into R.
  • Load the package with the library function
    library(IPSUR)
    

    and finally launch the PDF viewer with

    read(IPSUR)