I find that if one is running for the first time, then line42 conda-env remove -n r_env in BlueMix-R-Buildpack/bin/conda_install should be commented, or it will report error CondaEnvironmentNotFoundError: Could not find environment: r_env. I think this is because if this is the first time you build pack, there's no existing r_env.)
I find that if one is running for the first time, then line42
conda-env remove -n r_envinBlueMix-R-Buildpack/bin/conda_installshould be commented, or it will report errorCondaEnvironmentNotFoundError: Could not find environment: r_env. I think this is because if this is the first time you build pack, there's no existingr_env.)