Previous: Installation Up: Installation Next: Linux/Unix

Windows

Begin the installation process by launching R. At the R command prompt, type either:

  > install.packages("VA", repos = "http://gking.harvard.edu")
to install using Gary King's website as the repository or
  > install.packages("VA")
to install from the repository set as part of your options. Alternatively, you may download the Windows bundle from http://GKing.Harvard.Edu/bin/windows/contrib and use the R pull-down menu commands for installing a package from a zip file.



Gary King 2010-09-01