From 152545186445bfa79cccb3c224325e841433ded0 Mon Sep 17 00:00:00 2001 From: Neal Richardson Date: Fri, 12 Apr 2024 17:19:57 -0400 Subject: [PATCH] Install more dependencies --- .github/workflows/R-CMD-check-HTML5.yaml | 4 ++-- .gitignore | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/R-CMD-check-HTML5.yaml b/.github/workflows/R-CMD-check-HTML5.yaml index 0e47c262..6428b753 100644 --- a/.github/workflows/R-CMD-check-HTML5.yaml +++ b/.github/workflows/R-CMD-check-HTML5.yaml @@ -25,8 +25,8 @@ jobs: - uses: r-lib/actions/setup-r-dependencies@v2 with: - extra-packages: any::rcmdcheck, any::lifecycle - dependencies: 'character()' + extra-packages: any::rcmdcheck + needs: check - name: Install pdflatex run: sudo apt-get install texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra diff --git a/.gitignore b/.gitignore index 2818fe1f..da077610 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ docs/ connectapi.Rcheck/ connectapi*.tar.gz connectapi*.tgz +*.orig \ No newline at end of file