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 15af3fc commit 0927b70Copy full SHA for 0927b70
.github/workflows/build_deploy_athenarc.yml
@@ -31,6 +31,12 @@ jobs:
31
- name: (Causal intro) Install system dependencies
32
run: sudo apt install -y libglpk40 libpoppler-cpp-dev poppler-data libjpeg-dev libmagick++-dev libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev
33
34
+ - name: (Causal intro) Setup R
35
+ uses: r-lib/actions/setup-r@v2
36
+ with:
37
+ working-directory: causal_intro
38
+ r-version: renv
39
+
40
- name: (Causal intro) Setup renv
41
uses: r-lib/actions/setup-renv@v2
42
with:
0 commit comments