Skip to content

Commit

Permalink
Update NGCHMSupportFiles action to include knitr
Browse files Browse the repository at this point in the history
Updating this action to install knitr before checking the
NGCHMSupportFiles R package so that the vignette can build.

Addresses issue #534
  • Loading branch information
marohrdanz committed Jun 20, 2024
1 parent 143d2ce commit b06dcd4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/NGCHMSupportFiles_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ jobs:
sed -i.bak '/Version:/d' DESCRIPTION
echo "Version: ${{ steps.get_version_number.outputs.version_number }}" >> DESCRIPTION
cat DESCRIPTION
- name: Set up R enviornment
uses: r-lib/actions/setup-r@v2
- name: Install knitr (for vignette)
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: knitr
working-directory: NGCHMSupportFiles
- name: Verify NGCHMSupportFile R build
run: |
cd NGCHMSupportFiles
Expand Down

0 comments on commit b06dcd4

Please sign in to comment.