From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Mon, 31 Jul 2023 03:52:36 +0000 (+0200) Subject: Merge pull request #273 from ArcWandx86/main X-Git-Tag: v0.2.0.2~37 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/30fd34683ed4cbc3f59eb7c7784fff1e2a7eb501?hp=e5644da128c08887df18c6ba7aa110dcefa5faad Merge pull request #273 from ArcWandx86/main --- diff --git a/programs/R.json b/programs/R.json new file mode 100644 index 0000000..4fdf768 --- /dev/null +++ b/programs/R.json @@ -0,0 +1,10 @@ +{ + "name": "R", + "files": [ + { + "path": "$HOME/R", + "movable": true, + "help": "Set R_LIBS_USER in `$HOME/.Renviron:\n\n```\nR_LIBS_USER=\"$XDG_DATA_HOME\"/R/x86_64-pc-linux-gnu-library\n```\n\nYou may find it necessary to append this line to the end of `/usr/lib/R/library/base/R/Rprofile`:\n\n```R.libPaths( c( \"$XDG_DATA_HOME/R/x86_64-pc-linux-gnu-library/\" , .libPaths() ) )```\n\n**Disclaimer: You may need to re-install your libraries**" + } + ] +} diff --git a/programs/rstudio.json b/programs/rstudio.json deleted file mode 100644 index 3b96acf..0000000 --- a/programs/rstudio.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "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" - } - ] -}