From e37fb0b46b27665564ca01b60d543fae9ff11693 Mon Sep 17 00:00:00 2001 From: Dirk Sarpe <dsarpe@posteo.de> Date: Tue, 14 Apr 2020 22:25:38 +0200 Subject: [PATCH] hint to use git for scripts --- rstudio1.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rstudio1.md b/rstudio1.md index 7a83fa4..26e0338 100644 --- a/rstudio1.md +++ b/rstudio1.md @@ -59,8 +59,10 @@ When you log in either via https or ssh this is usually the first place where you end up. Your home directory can be abbreviated by "~/". There is not a lot of space here, so do not place any larger data here. RStudio has the ugly not configurable habit to write quite some temporary data here (e.g. cached plots -and suspended sessions), so please make sure that you clean up occasionally. It -is a good place for your scripts. +and suspended sessions), so please make sure that you clean up occasionally. + +The home directory is a good place for your scripts, which you hopefully have +in a git repository already. RStudio stores several files like suspended sessions, graph history etc. in `~/.rstudio`. This folder is purged every 90 days to remove "forgotten" -- GitLab