]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #254 from Kobu/add-rstudio
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Sat, 29 Apr 2023 20:33:49 +0000 (22:33 +0200)
committerGitHub <noreply@github.com>
Sat, 29 Apr 2023 20:33:49 +0000 (22:33 +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"
+        }
+    ]
+}