yihui / knitr

A general-purpose tool for dynamic report generation in R
https://yihui.org/knitr/
2.36k stars 873 forks source link

[gha] Allowing to trigger workflow with extra packages to test #2349

Closed cderv closed 4 weeks ago

cderv commented 4 weeks ago

let's try adding evaluate dev version as a job in the matrix

cderv commented 4 weeks ago

This is using workflow dispatch event, which allows to easily test a knitr dependency dev version using API call to trigger the run .

gh workflow run knitr-examples.yaml -f extra-packages=github::r-lib/evaluate
gh workflow run R-CMD-check.yaml  -f extra-packages=github::r-lib/evaluate

This will install dev evaluate and run usual knitr tests with this installed.