Closed tanho63 closed 3 months ago
Some of the actions are failing for some reason, I think one that needs resolved in r-lib/actions?
@gaborcsardi any idea why we're missing quarto here?
You might try setting install-quarto: true
in the setup-r-dependencies
rule?
It looks like it is already trying to install quarto. Maybe it needs a parameter to also install tinytex? (Noticed that the original workflow file calls for tinytex)
given tinytex was being installed by the quarto action that this PR removes, we may need to add:
- uses: r-lib/actions/setup-tinytex@v2
Perfect, thank you!
Closes #2743
Updates quarto vignette and gha workflow files now that
setup-r-dependencies
automatically installs quarto as required.