]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
add R/ from RStudio
authorKobu <thekobu@gmail.com>
Sat, 29 Apr 2023 18:36:31 +0000 (20:36 +0200)
committerKobu <thekobu@gmail.com>
Sat, 29 Apr 2023 18:36:31 +0000 (20:36 +0200)
programs/rstudio.json [new file with mode: 0644]

diff --git a/programs/rstudio.json b/programs/rstudio.json
new file mode 100644 (file)
index 0000000..3b96acf
--- /dev/null
@@ -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"
+        }
+    ]
+}