From c2259264a9a1b823a658678d9c2aa7c8d708daba Mon Sep 17 00:00:00 2001 From: Kobu Date: Sat, 29 Apr 2023 20:36:31 +0200 Subject: [PATCH] add R/ from RStudio --- programs/rstudio.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/rstudio.json diff --git a/programs/rstudio.json b/programs/rstudio.json new file mode 100644 index 0000000..3b96acf --- /dev/null +++ b/programs/rstudio.json @@ -0,0 +1,10 @@ +{ + "name": "rstudio", + "files": [ + { + "path": "$HOME/R", + "movable": true, + "help": "Default directory location can be configured in RStudio\nReference: https://www.accelebrate.com/library/how-to-articles/r-rstudio-library" + } + ] +} -- 2.47.3