Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Apr 9, 2024
1 parent 70bc2b2 commit 3bf8a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ jobs:
# TODO remove
- name: List R package versions
run: |
as.data.frame(installed.packages())[,c("Package", "Version")]
as.data.frame(installed.packages()[, c("LibPath", "Version")])
shell: Rscript {0}

- name: Update R packages 🗓️
Expand Down

0 comments on commit 3bf8a28

Please sign in to comment.