Previous: Windows Up: Installation Next: Examples

Linux/Unix

After starting R, install VA by typing at the R command prompt:

  > install.packages("VA", repos = "http://gking.harvard.edu")

You can ignore warning messages. Alternatively, you may download the Linux/Unix bundle `VA_XX.tar.gz', available from http://gking.harvard.edu/R/CRAN/src/contrib/, and place it in your home directory. Note that `XX' is the current version number. Then, at the Linux/Unix command line from your home directory, type

  > R CMD INSTALL VA_XX.tar.gz
to install the package.



Gary King 2012-02-26