-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.comWe could make it a bit better:
inputRepositories:
- name: Bioconductor.BioCsoft
url: https://bioconductor.org/packages/release/bioc
- name: CRAN
url: https://cran.rstudio.comThis 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
- I agree to follow this project's Code of Conduct.
Contribution Guidelines
- I agree to follow this project's Contribution Guidelines.
Security Policy
- I agree to follow this project's Security Policy.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request