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?
Anyone have information about R 3.5? Bioconductor updated to 3.7 but you can't access that with R-3.4.
The latest version of r available through the r channel is 3.3.2. You can install that like this:
You can always look through anaconda.org to look at a complete list of packages from default and community channels.
You can now install R 3.4.1 through conda.