From dd8c221a79a486c7ea6fc49882547358c6e220b2 Mon Sep 17 00:00:00 2001 From: Riccardo Porreca Date: Wed, 10 Jan 2024 11:52:50 +0100 Subject: [PATCH] Avoid using locked dependencies in renv.lock when deploying * 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. --- .rscignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .rscignore diff --git a/.rscignore b/.rscignore new file mode 100644 index 0000000..f3c59a5 --- /dev/null +++ b/.rscignore @@ -0,0 +1 @@ +renv.lock