Skip to content

Commit

Permalink
Install dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Solymos <[email protected]>
  • Loading branch information
psolymos committed Oct 3, 2024
1 parent 21b027c commit cebd526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
brew install pandoc
brew install --cask xquartz
- name: Install dependencies
run: Rscript -e 'install.packages(c("rmarkdown", "knitr", "pkgdown", "devtools"))'
run: Rscript -e 'install.packages(c("fpCompare", "rmarkdown", "knitr", "pkgdown", "devtools"))'
- name: Check package
run: Rscript -e 'devtools::check()'
- name: Build site
Expand Down

0 comments on commit cebd526

Please sign in to comment.