From 20549ec9c5048c4f12c5c31a1f0e87a70b5b2bf3 Mon Sep 17 00:00:00 2001 From: Ernest Guevarra Date: Mon, 18 Nov 2024 09:08:01 +0000 Subject: [PATCH] add quarto dependency --- .github/workflows/publish.yml | 3 --- README.md | 2 +- packages.R | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7f49a7c..f0ccd59 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} diff --git a/README.md b/README.md index 0af6c83..5a59e9b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![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) diff --git a/packages.R b/packages.R index 61420c2..cc97017 100644 --- a/packages.R +++ b/packages.R @@ -1,5 +1,8 @@ # R package dependencies ------------------------------------------------------- +## Publishing ---- +library(quarto) + ## Workflow testing ---- library(testthat)