Skip to main content
An official website of the United States government

setup

UNIX 

  1. Copy the file crave.tar.gz to a directory where it will be installed.
  2. Issue the command &quottar –xzvf crave.tar.gz&quot.
  3. Issue the command &quotcd crave&quot.
  4. Issue the command &quotmake&quot.

R (Windows) 

  1. After downloading CRaVe, start the R software.
  2. From the RGui, go to the tab &quotPackages" and select &quotInstall Package(s) from local zip files..."
  3. Go to the directory where you downloaded CRaVe to and select CRaVe_0.0.2.zip.
  4. Select Packages->Load Package...->CRaVe.
  5. Type ?CRAVE in the RGui to bring up the help pages.

R (Unix) 

  1. After downloading CRaVe, start the R software.
  2. Type the R command install.packages(&quotpath_to_CRaVe.tar.gz", &quotpath_to_install_CRaVe")
  3. Type the R command library(CRAVE, lib.loc=&quotpath_to_install_CRaVe")
  4. Type ?CRAVE to bring up the help pages.
Email