An R package to fit Markov movement models (MMM) via CmdStan and CmdStanR
The mmmstan package currently depends on the cmdstanr package to take advantage
of within-chain parallel threading provided by the reduce_sum()
function in
CmdStan >= 2.23.
cmdstanr
(see https://mc-stan.org/cmdstanr/index.html).remotes::install_github("stan-dev/cmdstanr")
cmdstanr::check_cmdstan_toolchain()
cmdstanr::install_cmdstan(cores = parallel::detectCores())
mmmstan
.devtools::install_github("luke-a-rogers/mmmstan")