Conda install R 3.4.0
问题 I am trying to install R 3.4.0 through conda but seems like is currently missing in the channel. ((Renv)) $ conda install -c r r=3.4.0 gives Fetching package metadata ........... Solving package specifications: . Error: Package missing in current linux-64 channels: - r 3.4.0* Is there any way I can install 3.4.0 through in a conda environment? 回答1: The latest version of r available through the r channel is 3.3.2. You can install that like this: conda install -c r r=3.3.2 You can always look