Skip to content

Commit

Permalink
fix: change channel priority so that packages are not downloaded from…
Browse files Browse the repository at this point in the history
… the r channel unless it is the only possible source
  • Loading branch information
Adelme Bazin committed Aug 5, 2020
1 parent 5c2cb5f commit a9361d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .condarc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
channels:
- r
- defaults
- bioconda
- conda-forge
- r
show_channels_urls: True
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ You will need the following conda channels if you don't have them already:
.. code:: bash
conda config --add channels defaults
conda config --add channels r
conda config --add channels bioconda
conda config --add channels conda-forge
conda config --add channels r
And then you can just run :

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.93
1.1.94

0 comments on commit a9361d2

Please sign in to comment.