Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoporreca committed Jan 15, 2024
1 parent c85f4fd commit 364bdb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd-renv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
run: |
install.packages("pak", repos = "https://r-lib.github.io/p/pak/stable/")
install.packages("jsonlite")
print(str(jsonlite::read_json("renv.lock"), max.level=2))
print(names(jsonlite::read_json("renv.lock")[["Packages"]]))
pak::sysreqs_fix_installed(names(jsonlite::read_json("renv.lock")[["Packages"]]))
shell: Rscript {0}

Expand Down

0 comments on commit 364bdb9

Please sign in to comment.