From 4c7fbe07369178fb5b3debe3499e686583eaeb32 Mon Sep 17 00:00:00 2001 From: Akira Naru Takizawa Date: Thu, 19 Dec 2019 10:49:35 +0100 Subject: [PATCH 1/2] Neue Funktion eingebaut Sven hat die Ausgabefunktion eingebaut. --- Datei1.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Datei1.txt b/Datei1.txt index 07b6348..36262a9 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -1,3 +1,8 @@ Hello World! -Lorem Ipsum \ No newline at end of file +Lorem Ipsum + +def neue_funktion(): + print("funk"9 + + From b2af1971c278ab3db9c3da295a3f2c4bc045ddb7 Mon Sep 17 00:00:00 2001 From: Reckling Date: Thu, 19 Dec 2019 10:59:01 +0100 Subject: [PATCH 2/2] R Projekt erstellt und Verbessert --- .gitignore | 1 + Datei1.txt | 4 +--- Demo.Rproj | 13 +++++++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 Demo.Rproj diff --git a/.gitignore b/.gitignore index dc63652..45b92cf 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ vignettes/*.pdf # Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html rsconnect/ +.Rproj.user diff --git a/Datei1.txt b/Datei1.txt index 36262a9..6f58b0c 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -3,6 +3,4 @@ Hello World! Lorem Ipsum def neue_funktion(): - print("funk"9 - - + print("funk") diff --git a/Demo.Rproj b/Demo.Rproj new file mode 100644 index 0000000..1ff30a8 --- /dev/null +++ b/Demo.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: XeLaTeX