Skip to content

R-CMD-check-daily-pandoc #847

R-CMD-check-daily-pandoc

R-CMD-check-daily-pandoc #847

# For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag.
# https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions
on:
workflow_dispatch:
schedule:
- cron: '37 9 * * *'
name: R-CMD-check-daily-pandoc
jobs:
check:
runs-on: ${{ matrix.config.os }}
name: ${{ matrix.config.os }} (R release) [Pandoc devel]
strategy:
fail-fast: false
matrix:
config:
- {os: windows-latest}
- {os: macOS-latest}
- {os: ubuntu-latest}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- name: change temp dir
if: runner.os == 'Windows'
run: echo "TMPDIR=${{ runner.temp }}" >> $GITHUB_ENV
shell: bash
- name: install pandoc devel
uses: cderv/actions/setup-pandoc-nightly@nightly-pandoc
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check
- name: Install extra dependencies
uses: ./.github/actions/install-ghostscript
- uses: r-lib/actions/check-r-package@v2