commit ed4fd50521749fef0821f0ed8e01f478de3ac45b Author: Matteo Delucchi Date: Wed Mar 4 11:28:11 2026 +0100 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/README.md b/README.md new file mode 100644 index 0000000..ed69c24 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +That's a simple README file for the project. + +# Notes on the test project setup: + +## Gitea +- SSH is disabled by default, so we use HTTPS to clone the repository. + - it can be enabled in the Gitea settings if needed (see [here](https://forum.gitea.com/t/how-do-i-enable-ssh-on-a-gitea-self-hosted-instance/10044/3) and [here](https://forum.gitea.com/t/how-to-set-ssh-to-alow-users-with-gite-account-to-clone-via-ssh/2297/5)) diff --git a/playgroundGitForgeLab.Rproj b/playgroundGitForgeLab.Rproj new file mode 100644 index 0000000..e83436a --- /dev/null +++ b/playgroundGitForgeLab.Rproj @@ -0,0 +1,16 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX + +AutoAppendNewline: Yes +StripTrailingWhitespace: Yes