From 85fded77b03088258c0d57d25cc0eb596b476894 Mon Sep 17 00:00:00 2001 From: Santiago Figueroa Manrique Date: Fri, 3 Jan 2025 14:10:39 +0100 Subject: [PATCH] install R Signed-off-by: Santiago Figueroa Manrique --- .github/workflows/citations.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/citations.yml b/.github/workflows/citations.yml index ed4afb69..cfaf37ae 100644 --- a/.github/workflows/citations.yml +++ b/.github/workflows/citations.yml @@ -31,5 +31,8 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 + - name: Install R + run: | + sudo apt-get update && sudo apt-get install -y r-base - name: Validate CITATION.cff uses: dieghernan/cff-validator@v3