From 037f46e98c00fdebdc1920212cacf867fd7c8cb6 Mon Sep 17 00:00:00 2001 From: "Iain R. Moodie" <38960700+irmoodie@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:08:23 +0200 Subject: [PATCH] add init files --- R/functions.R | 0 data/temp | 0 ms/ms.qmd | 24 ++++++++++++++++++++++++ output/figs/temp | 0 output/tables/temp | 0 5 files changed, 24 insertions(+) create mode 100644 R/functions.R create mode 100644 data/temp create mode 100644 ms/ms.qmd create mode 100644 output/figs/temp create mode 100644 output/tables/temp diff --git a/R/functions.R b/R/functions.R new file mode 100644 index 0000000..e69de29 diff --git a/data/temp b/data/temp new file mode 100644 index 0000000..e69de29 diff --git a/ms/ms.qmd b/ms/ms.qmd new file mode 100644 index 0000000..8b2f1b8 --- /dev/null +++ b/ms/ms.qmd @@ -0,0 +1,24 @@ +--- +title: "Project Templace" +bibliography: ../bib/refs.bib +csl: ../bib/the-american-naturalist.csl +format: + docx: + reference-doc: ../bib/template.docx + output-file: ms.docx +editor_options: + chunk_output_type: console +execute: + freeze: auto # re-render only when source changes + cache: false + echo: false + warning: false + error: false + include: true +crossref: + fig-title: 'Figure' + fig-labels: arabic + title-delim: "-" + fig-prefix: "figure" + tbl-prefix: "table" +--- \ No newline at end of file diff --git a/output/figs/temp b/output/figs/temp new file mode 100644 index 0000000..e69de29 diff --git a/output/tables/temp b/output/tables/temp new file mode 100644 index 0000000..e69de29