> For the complete documentation index, see [llms.txt](https://docs.ccv.brown.edu/stronghold/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ccv.brown.edu/stronghold/software/mirrors/cran-mirror.md).

# CRAN Mirror

The following guide will allow users to download R packages from CRAN by connecting to a trusted mirror from either a Linux or Windows workstation

In R, issue the following command (change `<package>` to the package you'd like to install):

`install.packages("<package>", repos="http://cran.services.brown.edu")`

You may be prompted with two dialog windows:

`1) Would you like to use a personal library instead?`

`2) Would you like to use a personal library "C:\Users\"....`

Choose **Yes** for both of them.
