From 8a8e03f7e20ea9126338e8676aff88bd5607c7a7 Mon Sep 17 00:00:00 2001 From: Vy <quynh.thanh.vy.nguyen@studium.uni-hamburg.de> Date: Sun, 18 Dec 2022 00:24:46 +0100 Subject: [PATCH] Rstudio-Projekt angelegt --- .gitignore | 4 ++++ abgabenull.Rproj | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 abgabenull.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/abgabenull.Rproj b/abgabenull.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/abgabenull.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