setup
UNIX
- Copy the file crave.tar.gz to a directory where it will be installed.
- Issue the command "tar –xzvf crave.tar.gz".
- Issue the command "cd crave".
- Issue the command "make".
R (Windows)
- After downloading CRaVe, start the R software.
- From the RGui, go to the tab "Packages" and select "Install Package(s) from local zip files..."
- Go to the directory where you downloaded CRaVe to and select CRaVe_0.0.2.zip.
- Select Packages->Load Package...->CRaVe.
- Type ?CRAVE in the RGui to bring up the help pages.
R (Unix)
- After downloading CRaVe, start the R software.
- Type the R command install.packages("path_to_CRaVe.tar.gz", "path_to_install_CRaVe")
- Type the R command library(CRAVE, lib.loc="path_to_install_CRaVe")
- Type ?CRAVE to bring up the help pages.