We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fc117 commit bdf4427Copy full SHA for bdf4427
.Rprofile
@@ -1,4 +1,3 @@
1
-install.packages("yaml")
2
source("renv/activate.R")
3
if (file.exists('~/.Rprofile')) sys.source('~/.Rprofile', envir = environment())
4
.github/workflows/prod.yaml
@@ -23,7 +23,11 @@ jobs:
23
run: |
24
sudo ./docker/dependencies.sh
25
Rscript -e "install.packages('yaml')"
26
- Rscript -e 'renv::restore()'
+
27
+ - name: Install renv packages
28
+ uses: r-lib/actions/setup-renv@v2
29
+ with:
30
+ cache-version: 2
31
32
- name: Set up Quarto environment
33
uses: quarto-dev/quarto-actions/setup@v2
0 commit comments