Skip to content

Commit

Permalink
Fix dependencies field
Browse files Browse the repository at this point in the history
  • Loading branch information
galachad committed Oct 3, 2023
1 parent ac6aa0f commit 6722a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-renv-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
# Install latest remotes version
renv::install("remotes", repos = cran_latest)
renv::install("R.cache", dependencies = "none")
renv::install("R.cache", dependencies = "Imports")
renv::install("styler@1.10.2", dependencies = "none")
renv::install("roxygen2@7.2.3", dependencies = "none")
Expand Down

0 comments on commit 6722a79

Please sign in to comment.