Feature description
Currently, one can specify input repositories like this in the config file:
inputRepositories:
- Bioconductor.BioCsoft=https://bioconductor.org/packages/release/bioc
- CRAN=https://cran.rstudio.com
We could make it a bit better:
inputRepositories:
- name: Bioconductor.BioCsoft
url: https://bioconductor.org/packages/release/bioc
- name: CRAN
url: https://cran.rstudio.com
This is easily doable with viper and is used for git-synchronizer config.
After implementing, the README.md has to be updated to reflect the change.
Code of Conduct
Contribution Guidelines
Security Policy
Feature description
Currently, one can specify input repositories like this in the config file:
We could make it a bit better:
This is easily doable with
viperand is used for git-synchronizer config.After implementing, the
README.mdhas to be updated to reflect the change.Code of Conduct
Contribution Guidelines
Security Policy