Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 330 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 330 Bytes

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 package, which can be installed using:

devtools::install_github("achubaty/amc")