Skip to content

Commit

Permalink
just think I'm no good at this
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Nov 11, 2023
1 parent 66a039f commit 91ac06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: Rscript -e 'install.packages(c("pak"), repos = "https://cran.rstudio.com/")'

- name: Install package deps
run: Rscript -e 'pak::pak(c("testthat", "spelling", "knitr", "rmarkdown""))'
run: Rscript -e 'pak::pak(c("testthat", "spelling", "knitr", "rmarkdown"))'

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit 91ac06b

Please sign in to comment.