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