From a1218b3e264701a91ee1b0e4dcd8d2856d41dc1a Mon Sep 17 00:00:00 2001 From: Lennart Klein <31488915+kleinlennart@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:32:18 +0100 Subject: [PATCH] fixes --- .github/workflows/quarto-publish.yml | 5 + .quartoignore | 3 +- template.html | 2475 -------------------------- 3 files changed, 7 insertions(+), 2476 deletions(-) delete mode 100644 template.html diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index da65db6..cc3dfc9 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -19,11 +19,16 @@ jobs: uses: actions/checkout@v3 - uses: r-lib/actions/setup-r@v2 + # with: + # r-version: '4.2.0' # The R version to download (if necessary) and use. + + # https://github.com/r-lib/actions/tree/v2-branch/setup-r-dependencies - uses: r-lib/actions/setup-r-dependencies@v2 with: packages: any::knitr any::rmarkdown + any::tidyverse # https://github.com/quarto-dev/quarto-actions/tree/main/setup - name: Set up Quarto diff --git a/.quartoignore b/.quartoignore index b264964..94f33cd 100644 --- a/.quartoignore +++ b/.quartoignore @@ -1,3 +1,4 @@ template.html scl-slides-template.Rproj -*_files \ No newline at end of file +*_files/ +*_cache/ \ No newline at end of file diff --git a/template.html b/template.html deleted file mode 100644 index 937eb0a..0000000 --- a/template.html +++ /dev/null @@ -1,2475 +0,0 @@ - - - - - - - - - - - - - - -Title - - - - - - - - - - - - - - - -
-
- -

Title

-

Subtitle

-

Markus Ostarek & Lennart Klein

-

Social Change Lab

-

2024-01-16

- - - -

Setup

- -

Load Packages

-
-
library(tidyverse)
-
-

Introduction

- -

Plot

-
    -
  • classic ggplot2 example with custom theme_scl() function
  • -

Plot

-
-
-
-

-
-
-
-
- -
-
-
- - - - - \ No newline at end of file