diff --git a/.Rprofile b/.Rprofile index f2720dcd..0547dcc9 100644 --- a/.Rprofile +++ b/.Rprofile @@ -1,4 +1,3 @@ -source("renv/activate.R") if (file.exists('~/.Rprofile')) sys.source('~/.Rprofile', envir = environment()) with_def <- (function() { diff --git a/.github/workflows/prod.yaml b/.github/workflows/prod.yaml index cbff3c28..7e113281 100644 --- a/.github/workflows/prod.yaml +++ b/.github/workflows/prod.yaml @@ -23,9 +23,9 @@ jobs: r-version: '4.4.1' - name: Install dependencies - run: sudo ./docker/dependencies.sh - - + run: | + sudo ./docker/dependencies.sh + rm - name: Install R Dependencies uses: r-lib/actions/setup-renv@v2 with: