From e64b2cbdb6fa2dd749dc646ae1972c04ab44ff5e Mon Sep 17 00:00:00 2001 From: Simon <simon.bartke@uni-hamburg.de> Date: Thu, 17 Nov 2022 09:41:55 +0100 Subject: [PATCH] to get a pic --- create_mc.R | 1 + demo.html | 4 ++-- demo.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/create_mc.R b/create_mc.R index 24396a5..55c574b 100644 --- a/create_mc.R +++ b/create_mc.R @@ -5,6 +5,7 @@ d <- 3 e <- 4 f <- 5 g <- FALSE +h <- 7 diff --git a/demo.html b/demo.html index d57a8bf..1803209 100644 --- a/demo.html +++ b/demo.html @@ -11,7 +11,7 @@ <meta name="author" content="Team Foo" /> -<meta name="date" content="2022-11-08" /> +<meta name="date" content="2022-11-10" /> <title>Übungsblatt 6</title> @@ -1512,7 +1512,7 @@ div.tocify { <h1 class="title toc-ignore">Übungsblatt 6</h1> <h4 class="author">Team Foo</h4> -<h4 class="date">2022-11-08</h4> +<h4 class="date">2022-11-10</h4> </div> diff --git a/demo.md b/demo.md index 6762bce..99b54f8 100644 --- a/demo.md +++ b/demo.md @@ -1,7 +1,7 @@ --- title: "Übungsblatt 6" author: "Team Foo" -date: "2022-11-08" +date: "2022-11-10" output: html_document: keep_md: true -- GitLab