Skip to content

Commit

Permalink
try r dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
temospena committed Aug 28, 2024
1 parent adf58fa commit 601f1d2
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,28 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Install system dependencies
run: |
sudo apt-get -y update
sudo apt-get -y install libudunits2-dev libgdal-dev libgeos-dev libproj-dev
- name: Install R
uses: r-lib/actions/setup-r@v2


- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2

# - name: Install Rmarkdown
# run: sudo apt install rmarkdown


# add software dependencies here and any libraries

# From https://github.com/actions/setup-python
# - name: Setup Python
# uses: actions/setup-python@v3

# From https://github.com/r-lib/actions/tree/v2-branch/setup-r
- name: Setup R
uses: r-lib/actions/setup-r@v2

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit 601f1d2

Please sign in to comment.