Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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")
```