Skip to content

Commit

Permalink
install latex and extra fonts to check R package
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jan 28, 2023
1 parent ea99e40 commit 18d7e9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,11 @@ jobs:
versionSpec: '3.7'
architecture: 'x64'
- script: |
sudo apt install --yes texlive-latex-base texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra
sudo apt install --yes texlive-latex-base texlive-fonts-extra
Rscript build.R
if [ $? -ne 0 ]; then
exit 1
fi
workingDirectory: 'R'
displayName: 'R CMD build'
- script: cat tmp/R/interpret.Rcheck/00install.out
Expand Down

0 comments on commit 18d7e9f

Please sign in to comment.