### Install AlphaSimR Development Version from GitHub Source: https://github.com/gaynorr/alphasimr/blob/master/README.md Install the potentially unstable development version of AlphaSimR from the 'devel' branch on GitHub. ```R devtools::install_github(repo="gaynorr/AlphaSimR@devel") ``` -------------------------------- ### Install AlphaSimR from CRAN Source: https://github.com/gaynorr/alphasimr/blob/master/README.md Use this command to install the stable version of the AlphaSimR package from CRAN. ```R install.packages('AlphaSimR') ``` -------------------------------- ### Install AlphaSimR Development Version with Vignettes Source: https://github.com/gaynorr/alphasimr/blob/master/README.md Install the development version of AlphaSimR from GitHub, including vignettes for more detailed documentation. ```R devtools::install_github(repo="gaynorr/AlphaSimR@devel", build_vignettes=TRUE) ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.