Skip to content

Commit

Permalink
Specify R version 4.3.1 in GitHub Actions for ShinyApps.io compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
TNRiley committed Nov 8, 2024
1 parent 0535583 commit 8c7e909
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/document-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up R version
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.1' # Compatible version for ShinyApps.io

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

Expand Down

0 comments on commit 8c7e909

Please sign in to comment.