Skip to content

Commit

Permalink
Merge pull request #273 from ArcWandx86/main
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nj5m1n authored Jul 31, 2023
2 parents e5644da + 774b0db commit 30fd346
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 10 additions & 0 deletions programs/R.json
Original file line number Diff line number Diff line change
@@ -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**"
}
]
}
10 changes: 0 additions & 10 deletions programs/rstudio.json

This file was deleted.

0 comments on commit 30fd346

Please sign in to comment.