Skip to content

Commit

Permalink
add tex setup for rhub containers
Browse files Browse the repository at this point in the history
  • Loading branch information
bbolker committed Apr 15, 2024
1 parent a56cd8f commit 125a3d5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .Rbuildignore
Expand Up @@ -37,4 +37,4 @@ src/mcmcsamp\.cpp$
revdep/
Rplots.pdf
R/scaleX.R

\.Rout
25 changes: 25 additions & 0 deletions .github/workflows/rhub.yaml
Expand Up @@ -60,6 +60,31 @@ jobs:
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}
- uses: teatimeguest/setup-texlive-action@v3
with:
packages: >-
scheme-basic
inputenc
graphicx
array
colortbl
multirow
hhline
calc
tabularx
threeparttable
wrapfig
url
hyperref
fancyvrb
natbib
xcolor
etoolbox
caption
adjustbox
thumbpdf
framed
blkarray
- uses: r-hub/rhub2/actions/rhub-run-check@v1
with:
token: ${{ secrets.RHUB_TOKEN }}
Expand Down

0 comments on commit 125a3d5

Please sign in to comment.