SOURCE REPOSITORIES
======================================================================

All source is manages through the GitHub organization stan-dev.

Each interface includes stan-dev/stan as a submodule.

The core Stan repository stan-dev/stan includes the math library
repository stan-dev/math as a submodule.

* CmdStan:  https://github.com/stan-dev/cmdstan

* RStan:  https://github.com/stan-dev/rstan

* PyStan:  https://github.com/stan-dev/pystan

* Stan: https://github.com/stan-dev/stan

* Stan Math Library:  https://github.com/stan-dev/math


STABLE SOURCE RELEASES
======================================================================

The examples in the paper were generated using CmdStan 2.14.0.

* CmdStan:  https://github.com/stan-dev/cmdstan/releases

* RStan:  https://github.com/stan-dev/rstan/releases

* PyStan:  https://github.com/stan-dev/pystan/releases

* Stan: https://github.com/stan-dev/stan/releases

* Stan Math Library:  https://github.com/stan-dev/math/releases


OFFICIAL RELEASES
======================================================================

* RStan on CRAN:  https://cran.r-project.org/web/packages/rstan

* PyStan on PyPI:  https://pypi.python.org/pypi/pystan


GETTING STARTED GUIDES AND DOCUMENTATION
======================================================================

* CmdStan:  http://mc-stan.org/interfaces/cmdstan.html

* RStan:  https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started

* PyStan:  https://pystan.readthedocs.io/en/latest/getting_started.html


STAN HOME PAGE
======================================================================

Links to the interfaces, installation documentation, and more example
models are available through:

* Stan's home page:  http://mc-stan.org


