Skip to content

Commit 05e1490

Browse files
Merge pull request #52 from m-muecke/ci-tex
ci: missing tiny tex installation
2 parents cec95e6 + ed7ca79 commit 05e1490

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ jobs:
4646
extra-packages: any::rcmdcheck
4747
needs: check
4848

49+
- uses: r-lib/actions/setup-tinytex@v2
50+
env:
51+
TINYTEX_INSTALLER: TinyTeX
52+
53+
- name: Install additional LaTeX packages
54+
run: |
55+
tlmgr update --self
56+
tlmgr install doublestroke relsize
57+
4958
- uses: r-lib/actions/check-r-package@v2
5059
with:
5160
upload-snapshots: true

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<!-- badges: start -->
44

5+
[![R-CMD-check](https://github.com/boost-R/FDboost/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/boost-R/FDboost/actions/workflows/R-CMD-check.yaml)
56
[![CRAN status](https://www.r-pkg.org/badges/version/FDboost)](https://CRAN.R-project.org/package=FDboost)
67
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/FDboost)](https://www.r-pkg.org/pkg/FDboost)
78

0 commit comments

Comments
 (0)