Skip to content

Commit

Permalink
4th ver
Browse files Browse the repository at this point in the history
  • Loading branch information
kumeS committed Sep 26, 2024
1 parent c0956f6 commit 69a8c1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: r-lib/actions/setup-r@v2
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v3
- uses: r-lib/actions/setup-r-dependencies@v2

- name: Install seasonalityPlot
Expand All @@ -24,3 +24,4 @@ jobs:
Rscript -e 'dir(); getwd()'
R CMD INSTALL seasonalityPlot

0 comments on commit 69a8c1f

Please sign in to comment.