Skip to content

Commit

Permalink
Merge pull request #408 from boxydog/fix_github_check
Browse files Browse the repository at this point in the history
Fix github workflow tests
  • Loading branch information
mitchelloharawild authored Jan 31, 2024
2 parents b336612 + e3c4bf0 commit dc3cb5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

Expand Down Expand Up @@ -33,14 +32,14 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v1

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v1
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck

- uses: r-lib/actions/check-r-package@v1
- uses: r-lib/actions/check-r-package@v2
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ autoregressions
backtransformations
backtransforming
com
df
dfrac
fabletools
forecTheta
Expand Down

0 comments on commit dc3cb5f

Please sign in to comment.