Skip to content

Commit f191f48

Browse files
authored
Merge pull request #825 from jmchilton/channels
Fix list of best-practice channels (default channels).
2 parents 5f994e7 + 504337b commit f191f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planemo/options.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ def conda_ensure_channels_option():
531531
use_env_var=True,
532532
help=("Ensure conda is configured with specified comma separated "
533533
"list of channels."),
534-
default="iuc,bioconda,conda-forge,defaults,r",
534+
default="iuc,bioconda,conda-forge,defaults",
535535
)
536536

537537

0 commit comments

Comments
 (0)