Skip to content

Commit

Permalink
rm R package install
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwart committed Sep 11, 2024
1 parent 95b2068 commit 80f6f22
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Install dependencies
run: |
sudo apt-get install -y pandoc libxml2-dev
Rscript -e 'install.packages("quarto", lib = "/tmp")' # Install quarto in /tmp
Rscript -e '.libPaths(c("/tmp", .libPaths())); library(quarto)' # Set library path

# only need if using R analyses in quarto
# - name: Install dependencies
# run: |
# sudo apt-get install -y pandoc libxml2-dev
# Rscript -e 'install.packages("quarto", lib = "/tmp")' # Install quarto in /tmp
# Rscript -e '.libPaths(c("/tmp", .libPaths())); library(quarto)' # Set library path

- name: Render Quarto Project
run: quarto render
Expand Down

0 comments on commit 80f6f22

Please sign in to comment.