R library: seqdesphII Authors: David Rossell, Peter Mueller. Contact: David Rossell (rusi@rice.edu) INSTALLATION INSTRUCTIONS Windows users will most likely want the pre-compiled version of the library. The pre-compiled version has only been tested on Windows XP systems. If you experience problems you will have to manually install the library from the source code (see MANUAL INSTALLATION section). INSTALLATION OF THE PRE-COMPILED VERSION 1. Download the file seqdesphIIv0-0-0-win.rar (available at www.stat.rice.edu\~rusi) 2. Unzip it into the R library folder, typically "c:\Program Files\R\R-ver\library". 3. Start R and type library(seqdesphII). You're ready to go! MANUAL INSTALLATION To manually install the library you will need Perl installed in your computer, and the gcc C compiler (available for Windows as part of the free MinGW package). 1. Download and unzip the file seqdesphIIv0-0-0-source.rar (available at www.stat.rice.edu\~rusi) 2. At the command prompt (Windows users: click on Start, then Run and type cmd) cd to the directory where you unzipped the files. 3. Type "R CMD seqdesphII" (note: make sure that the R bin directory is in your path). 4. Start R and type library(seqdesphII). You're ready to go! Type help(INSTALL) in R or see the "R installation and administration" manual for more detailed information on installing R libraries.