Installation
UNIX/Linux     Windows     Mac OS
Loading into R
UNIX/Linux     Windows     Mac OS
Using the toolkit
Tutorial (pdf)     Tutorial (html)
Example Datasets
Updates
What's New?    

Subscribe to electr onic mailing list
R software
R project     What is R?
R basics
Extreme Values Page
Return
Back to Main Page

Step 1: Installation

extRemes is now available on CRAN

Step 1 (unix/linux): Download/Install the Extremes Toolkit

To install locally (no root priveleges), create a directory in which to install the toolkit. For example, suppose you wish to install the toolkit in the directory, /home/[user]/src/library. Further, I will assume that the directory src/library does not already exist; if it does exist, you can skip the first two mkdir commands. From unix/linux prompt:

> pwd
/home/[user]/
> mkdir src
> mkdir src/library

Next, open an R session, and from the R prompt type the following command.
> install.packages("extRemes", lib="/home/[user]/src/library")

If you have the correct permissions, and would like the toolkit to be available to all users, then simply follow the above directions, but install the toolkit to the R library files (varies with system) by using the following (simpler) command from the R prompt.
> install.packages("extRemes")

Step 1b (unix/linux): Download/Install ismev package from CRAN

To install ismev in unix/linux:










Step 2: Load into R


From the unix prompt, open an R session.

> R

Then, from the R prompt, type:

> library( extRemes)



If all is well and good, the main toolkit dialog will appear and the toolkit will work. If at any time this main window is closed, it can be re-opened by the command:

> extremes.gui()

If, however, the main toolkit window does not appear after entering the library command there are some likely reasons. Please see Trouble Shooting for possible solutions.