diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index eb873cf3..f438aa8d 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -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 🗓️