Skip to content
New issue

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

[Feature Request]: Allow easier repository specification in config #21

Open
3 tasks done
walkowif opened this issue Jan 22, 2024 · 0 comments
Open
3 tasks done
Labels
enhancement New feature or request

Comments

@walkowif
Copy link
Contributor

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

  • 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.
@walkowif walkowif added the enhancement New feature or request label Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant