From bc38ff45363887ff85b83b4ff6c06fdff7daa811 Mon Sep 17 00:00:00 2001 From: mitchelloharawild Date: Thu, 14 Dec 2023 00:32:52 +1100 Subject: [PATCH] Remove outdated data-vis example readme --- inst/examples/data-vis/README.Rmd | 27 --------------------------- inst/examples/data-vis/README.md | 14 -------------- 2 files changed, 41 deletions(-) delete mode 100644 inst/examples/data-vis/README.Rmd delete mode 100644 inst/examples/data-vis/README.md diff --git a/inst/examples/data-vis/README.Rmd b/inst/examples/data-vis/README.Rmd deleted file mode 100644 index ad0ac52..0000000 --- a/inst/examples/data-vis/README.Rmd +++ /dev/null @@ -1,27 +0,0 @@ ---- -output: github_document ---- - -# Data Visualisation with R - -```{r setup, include = FALSE} -library(exams) -library(tidyverse) -options(knitr.duplicate.label = "allow") -``` - - -If you want to see the processed questions, it is best to download the corresponding `html` file in the `output` directory and view it in your own browser. - -```{r, include = FALSE} -questions <- setdiff(dir(pattern = "[.]Rmd$"), "README.Rmd") -walk(questions, ~{ -exams2html(.x, dir = "output/", - name = gsub("[.]Rmd$", "", .x)) -}) -``` -```{r, echo = FALSE, results = "asis"} -qout <- dir(path = "output/") -cat(glue::glue('')) -``` - diff --git a/inst/examples/data-vis/README.md b/inst/examples/data-vis/README.md deleted file mode 100644 index 266fe8c..0000000 --- a/inst/examples/data-vis/README.md +++ /dev/null @@ -1,14 +0,0 @@ - -# Data Visualisation with R - -If you want to see the processed questions, it is best to download the -corresponding `html` file in the `output` directory and view it in your -own browser. - - - - - - -