- Set environment variables to point to the
cmdstaninstallation path. Specifically, open the R environment file using
usethis::edit_r_environ()
and add the following
CMDSTAN = "PATH_TO_CMDSTAN/cmdstan/"
CMDSTAN_INSTALL = "implicit"
Then install the frim package using
remotes::install_github("xinkai-zhou/frim")