Hi, Gabor: Before I created this post, I tried to follow that without success. I added the lines "To install CTAN packages manually" without deleting anything that was there before that seems to work with other packages and without using the "TinyTeX bundled release". Lines 37-55 of 99 in "R-CMD-check.yaml" currently read as follows:
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
rtools-version: ${{ matrix.donvig.rtools-version }}
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-tinytex@v2
- uses: tlmgr --version
- name: Install additional LaTeX packages
run: |
tlmgr install titlesec
tlmgr list --only-installed
** What do you suggest I do to debug? It doesn't run, but I don't see an error message. Thanks, Spencer