Skip to content

Commit

Permalink
add renv
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidree committed May 29, 2024
1 parent f58a0ac commit a14bfd2
Show file tree
Hide file tree
Showing 6 changed files with 3,641 additions and 9 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")
11 changes: 2 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,8 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Set up R
uses: r-lib/actions/setup-r@v2

- name: Install packages
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: |
any::rmarkdown
any::knitr
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-renv@v2


- name: Render and Publish
Expand Down
Loading

0 comments on commit a14bfd2

Please sign in to comment.