Skip to content

Commit

Permalink
remove activate
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Nov 6, 2024
1 parent b7f3431 commit a43eb53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
source("renv/activate.R")
if (file.exists('~/.Rprofile')) sys.source('~/.Rprofile', envir = environment())

with_def <- (function() {
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a43eb53

Please sign in to comment.