diff --git a/.github/workflows/update-renv.yaml b/.github/workflows/update-renv.yaml index 17b7a8a..906c8ab 100644 --- a/.github/workflows/update-renv.yaml +++ b/.github/workflows/update-renv.yaml @@ -44,6 +44,9 @@ jobs: - name: Install curl run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev + - name: Install textshaping dependencies + run: sudo apt-get install -y libharfbuzz-dev libfribidi-dev libtiff5-dev + # Runs a single command using the runners shell - name: Update renv shell: Rscript {0} diff --git a/renv.lock b/renv.lock index 2081c9a..5ac8886 100644 --- a/renv.lock +++ b/renv.lock @@ -1,6 +1,6 @@ { "R": { - "Version": "4.4.0", + "Version": "4.4.1", "Repositories": [ { "Name": "CRAN", @@ -744,7 +744,7 @@ "Package": "renv", "Version": "1.0.7", "Source": "Repository", - "Repository": "CRAN", + "Repository": "RSPM", "Requirements": [ "utils" ],