From 1404a905ad8e2f43ae79d60b82a4355cca61e8a0 Mon Sep 17 00:00:00 2001 From: Lars Vilhuber Date: Mon, 1 Jul 2024 18:08:48 -0400 Subject: [PATCH] Moving renv directory --- .github/workflows/main.yml | 1 + .Rprofile => presentation/.Rprofile | 0 renv.lock => presentation/renv.lock | 0 {renv => presentation/renv}/.gitignore | 0 {renv => presentation/renv}/activate.R | 0 {renv => presentation/renv}/settings.json | 0 6 files changed, 1 insertion(+) rename .Rprofile => presentation/.Rprofile (100%) rename renv.lock => presentation/renv.lock (100%) rename {renv => presentation/renv}/.gitignore (100%) rename {renv => presentation/renv}/activate.R (100%) rename {renv => presentation/renv}/settings.json (100%) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c95682..44752e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,6 +62,7 @@ jobs: uses: r-lib/actions/setup-renv@v2 with: cache-version: 1 + working-directory: presentation - name: Render Quarto Project env: diff --git a/.Rprofile b/presentation/.Rprofile similarity index 100% rename from .Rprofile rename to presentation/.Rprofile diff --git a/renv.lock b/presentation/renv.lock similarity index 100% rename from renv.lock rename to presentation/renv.lock diff --git a/renv/.gitignore b/presentation/renv/.gitignore similarity index 100% rename from renv/.gitignore rename to presentation/renv/.gitignore diff --git a/renv/activate.R b/presentation/renv/activate.R similarity index 100% rename from renv/activate.R rename to presentation/renv/activate.R diff --git a/renv/settings.json b/presentation/renv/settings.json similarity index 100% rename from renv/settings.json rename to presentation/renv/settings.json