jags installation
2021-06-09 本文已影响0人
为了梦走一遭
-
install conda
-
update
conda update --all -
use conda to install jags package
-
create new env
conda create -n rjags_env -c conda-forge r-rjags
conda activate rjags_env
conda config --env --add channels conda-forge