Skip to content

Commit

Permalink
4th ver
Browse files Browse the repository at this point in the history
  • Loading branch information
kumeS committed Sep 25, 2024
1 parent 1a1202c commit 77772f0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,5 @@ jobs:

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

# Install R package dependencies, with error handling
- name: Install dependencies
run: |
Rscript -e 'install.packages("remotes", repos = "https://cran.rstudio.com")'
Rscript -e 'remotes::install_cran(c("seasonalityPlot", "rcmdcheck"), repos = "https://cran.rstudio.com")' || exit 1
- uses: r-lib/actions/setup-r-dependencies@v2
- uses: r-lib/actions/check-r-package@v2

0 comments on commit 77772f0

Please sign in to comment.