Skip to content

Commit

Permalink
Document how to use a universe with regular CI
Browse files Browse the repository at this point in the history
fix #13
  • Loading branch information
maelle committed Dec 9, 2024
1 parent 7ffef02 commit 33b8007
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions publish/debug-build.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ No.
R-universe is an open publishing system.
The system just builds and deploys R packages from git into personal cran-like repositories.
The owner of the universe is responsible for their own policies and quality control.

## How to use a universe on regular continous integration?

If you want to test a package against versions of other packages that are in a universe, on GitHub Actions you can use the [`extra-repositories` field of the `r-lib/actions` setup-r action](https://github.com/r-lib/actions/tree/v2-branch/setup-r#inputs).

0 comments on commit 33b8007

Please sign in to comment.