Skip to content

Commit

Permalink
add quarto dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Nov 18, 2024
1 parent fe1b9b4 commit 20549ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2
with:
tinytex: true

# - name: Install tinytex
# run: quarto install tinytex

- name: Install packages from renv.lock (with cache)
if: ${{ !env.ACT }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- badges: start -->
![License for code](https://img.shields.io/badge/license_for_code-GPL3.0-blue)
![License for text](https://img.shields.io/badge/license_for_writing-CC_BY_4.0-blue)
[![deploy document](https://github.com/OxfordIHTM/solutions-depressions-storms-and-typhoons-oh-my/actions/workflows/publish.yml/badge.svg)](https://github.com/OxfordIHTM/solutions-depressions-storms-and-typhoons-oh-my/actions/workflows/publish.yml)
[![Quarto Publish](https://github.com/OxfordIHTM/solutions-depressions-storms-and-typhoons-oh-my/actions/workflows/publish.yml/badge.svg)](https://github.com/OxfordIHTM/solutions-depressions-storms-and-typhoons-oh-my/actions/workflows/publish.yml)
[![DOI](https://zenodo.org/badge/889816501.svg)](https://zenodo.org/badge/latestdoi/889816501)
<!-- badges: end -->

Expand Down
3 changes: 3 additions & 0 deletions packages.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# R package dependencies -------------------------------------------------------

## Publishing ----
library(quarto)


## Workflow testing ----
library(testthat)

0 comments on commit 20549ec

Please sign in to comment.