Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/achubaty/r-config
useful snippets and functions for R
https://github.com/achubaty/r-config
Last synced: 11 days ago
JSON representation
useful snippets and functions for R
- Host: GitHub
- URL: https://github.com/achubaty/r-config
- Owner: achubaty
- License: mit
- Created: 2014-04-17T17:19:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T01:53:54.000Z (6 months ago)
- Last Synced: 2024-06-12T18:41:47.837Z (5 months ago)
- Language: R
- Size: 2.14 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# r-config
Useful snippets for `R`:
- my `.Rprofile`;
- installing multiple wersions of R on Ubuntu Linux;
- setting up package installation cache using `ccache`.All R code/functions moved to my [`amc`](https://github.com/achubaty/amc) package, which can be installed using:
```r
devtools::install_github("achubaty/amc")
```