]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/R.json
Flake cleanup and make usable in a system configuration (#316)
[xdg-ninja.git] / programs / R.json
1 {
2 "name": "R",
3 "files": [
4 {
5 "path": "$HOME/R",
6 "movable": true,
7 "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**"
8 }
9 ]
10 }