Skip to content

Commit

Permalink
update rhub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thereallda committed May 10, 2024
1 parent cc7ae0e commit 855d255
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
config: ${{ github.event.inputs.config }}
id: rhub-setup

- name: Install dependencies
run: install.packages(c("tidyverse", "patchwork", "EnvStats"))
shell: Rscript {0}

linux-containers:
needs: setup
if: ${{ needs.setup.outputs.containers != '[]' }}
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```

# enONE <a href="https://thereallda.github.io/enONE/index.html"><img src="man/figures/logo.png" alt="enONE website" align="right" height="138"/></a>
# enONE <a href="https://thereallda.github.io/enONE/index.html"><img src="man/figures/logo.jpg" alt="enONE website" align="right" height="138"/></a>

<!-- badges: start -->

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# enONE <a href="https://thereallda.github.io/enONE/index.html"><img src="man/figures/logo.png" alt="enONE website" align="right" height="138"/></a>
# enONE <a href="https://thereallda.github.io/enONE/index.html"><img src="man/figures/logo.jpg" alt="enONE website" align="right" height="138"/></a>

<!-- badges: start -->
<!-- badges: end -->
Expand Down

0 comments on commit 855d255

Please sign in to comment.