From bf0d03f43e7ae9feb4967afcaf9f69d01e78a392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sch=C3=BCtze?= <BAL6322@uni-hamburg.de> Date: Fri, 7 Oct 2022 13:18:01 +0200 Subject: [PATCH] Test Nachricht 1.0 --- .gitignore | 4 ++++ ps0.Rproj | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 ps0.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/ps0.Rproj b/ps0.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/ps0.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