Skip to content

Commit

Permalink
minor updates in the r-cmd-check workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ozancinar committed Jan 26, 2022
1 parent e699939 commit 6e05e74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: r-lib/actions/setup-r@v1
- name: Install libcurl4-openssl-dev
run: sudo apt-get install -y libcurl4-openssl-dev
- name: Install TeX Live
run: sudo apt-get install -y texlive texlive-fonts-extra
- name: Query dependencies
run: |
install.packages('remotes')
Expand Down
2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: '2.5'
pkgdown: 2.0.2
pkgdown_sha: ~
articles: {}
last_built: 2022-01-26T15:37Z
last_built: 2022-01-26T15:47Z

0 comments on commit 6e05e74

Please sign in to comment.