From 42bd55c510596311be98d280b64fdd31ad9a491f Mon Sep 17 00:00:00 2001 From: Echelle Date: Wed, 8 Jun 2022 09:54:49 -0700 Subject: [PATCH 1/2] updated gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..acf7bb2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.Rproj.user +.Rhistory +.RData +.Ruserdata +test.Rproj From b0f19bbfebc84617e0d4893dc959203cf85b05de Mon Sep 17 00:00:00 2001 From: Echelle Date: Wed, 8 Jun 2022 09:56:25 -0700 Subject: [PATCH 2/2] renamed r markdown --- scripts/{test-markdown.Rmd => test-markdown-echelle.Rmd} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename scripts/{test-markdown.Rmd => test-markdown-echelle.Rmd} (93%) diff --git a/scripts/test-markdown.Rmd b/scripts/test-markdown-echelle.Rmd similarity index 93% rename from scripts/test-markdown.Rmd rename to scripts/test-markdown-echelle.Rmd index b8e8564..26e8b36 100644 --- a/scripts/test-markdown.Rmd +++ b/scripts/test-markdown-echelle.Rmd @@ -2,7 +2,9 @@ title: "test1" author: "Echelle Burns" date: "6/8/2022" -output: html_document +output: + pdf_document: default + html_document: default --- ```{r setup, include=FALSE}