Skip to content

Commit

Permalink
Add tinytex to rhub action
Browse files Browse the repository at this point in the history
  • Loading branch information
chjackson committed Aug 16, 2024
1 parent 82e0c80 commit dc8d182
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ jobs:
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}
- uses: r-lib/actions/setup-tinytex@v2
- run: tlmgr --version
- name: Install additional LaTeX packages
run: |
tlmgr update --self
tlmgr install grfext ae courier
tlmgr list --only-installed
- uses: r-hub/actions/run-check@v1
with:
token: ${{ secrets.RHUB_TOKEN }}
Expand Down Expand Up @@ -89,6 +96,13 @@ jobs:
with:
job-config: ${{ matrix.config.job-config }}
token: ${{ secrets.RHUB_TOKEN }}
- uses: r-lib/actions/setup-tinytex@v2
- run: tlmgr --version
- name: Install additional LaTeX packages
run: |
tlmgr update --self
tlmgr install grfext ae courier
tlmgr list --only-installed
- uses: r-hub/actions/run-check@v1
with:
job-config: ${{ matrix.config.job-config }}
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: flexsurv
Type: Package
Title: Flexible Parametric Survival and Multi-State Models
Version: 2.3.2
Date: 2024-08-06
Date: 2024-08-16
Authors@R: c(person("Christopher", "Jackson",
email="chris.jackson@mrc-bsu.cam.ac.uk",
role=c("aut", "cre")),
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 2.3.2 (2024-08-16)

* Vignette source included to satisfy CRAN checks.

* Fix of prediction with `spline="splines2ns"`.


# Version 2.3.1 (2024-07-14)

* Fix for simulating from semi-Markov models with `tcovs` option,
Expand Down

0 comments on commit dc8d182

Please sign in to comment.