We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
viper
After implementing, the README.md has to be updated to reflect the change.
README.md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: