Skip to content

Commit

Permalink
Update R packages
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Apr 8, 2024
1 parent bff2101 commit d4fcc1c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,21 @@ jobs:
key: sd-${{ runner.os }}-${{ github.event.repository.name }}
path: ~/.staged.dependencies

- name: List R package versions
run: |
as.data.frame(installed.packages())[,c("Package", "Version")]
shell: Rscript {0}

- name: Update R packages
run: |
update.packages()
shell: Rscript {0}

- name: List R package versions
run: |
as.data.frame(installed.packages())[,c("Package", "Version")]
shell: Rscript {0}

- name: Run Staged dependencies 🎦
if: inputs.install-deps-from-package-repositories == ''
uses: insightsengineering/staged-dependencies-action@v1
Expand Down

0 comments on commit d4fcc1c

Please sign in to comment.