Skip to content

Commit

Permalink
Updated renv and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidoMaggio committed May 7, 2024
1 parent b710c09 commit d5c5121
Show file tree
Hide file tree
Showing 5 changed files with 522 additions and 432 deletions.
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source("renv/activate.R")
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# single OS and R version, aligned with the target deployment environment
matrix:
config:
- {os: ubuntu-latest, r: '4.2.1'}
- {os: ubuntu-latest, r: 'renv'}

env:
# Access token for GitHub
Expand All @@ -33,7 +33,7 @@ jobs:
steps:

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup R
uses: r-lib/actions/setup-r@v2
Expand Down
Loading

0 comments on commit d5c5121

Please sign in to comment.