Before you can install cytoeffect
, you will need to install the package rstan
including the C++ Toolchain. Here are instructions for all main platforms:
https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started
Then, you can install cytoeffect
:
install.packages("devtools")
devtools::install_github("ChristofSeiler/cytoeffect")