jags installation

  1. install conda

  2. update
    conda update --all

  3. use conda to install jags package

  4. create new env
    conda create -n rjags_env -c conda-forge r-rjags
    conda activate rjags_env
    conda config --env --add channels conda-forge

你可能感兴趣的:(jags installation)