From 4054afd1c257974989585d13972f13a0aead16c4 Mon Sep 17 00:00:00 2001 From: Simon Bartke <simon.bartke@uni-hamburg.de> Date: Thu, 9 Jun 2022 13:26:26 +0200 Subject: [PATCH] Initialisierung eines RProjects. --- .gitignore | 4 ++++ abgabe0.Rproj | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 abgabe0.Rproj diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b6a065 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.Rproj.user +.Rhistory +.RData +.Ruserdata diff --git a/abgabe0.Rproj b/abgabe0.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/abgabe0.Rproj @@ -0,0 +1,13 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX -- GitLab