Skip to content

Commit

Permalink
Avoid using locked dependencies in renv.lock when deploying
Browse files Browse the repository at this point in the history
* This is not working if we are using non-renv CI-CD, and is also not ideal since our `renv.lock` is meant to contain also development dependencies, whereas we would ideally want to have run-time dependencies only.
* Note that `rsconnect::deployApp()` would still use renv internally to creat a snapshot based on what is installed.
  • Loading branch information
riccardoporreca committed Jan 10, 2024
1 parent a2aafda commit dd8c221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rscignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
renv.lock

0 comments on commit dd8c221

Please sign in to comment.