Skip to content

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

@walkowif

Description

@walkowif

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions