commit 24c9166b1c6898ed953846a1ca5c691e0a183427 Author: Laura Pavirani Date: Wed Jul 3 15:48:17 2024 +0200 Initial Commit 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/Prova.Rproj b/Prova.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/Prova.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 diff --git a/test.R b/test.R new file mode 100644 index 0000000..8cde782 --- /dev/null +++ b/test.R @@ -0,0 +1 @@ +print("hello world")