Skip to content

Instantly share code, notes, and snippets.

@bmiles
Created January 17, 2015 12:02
Show Gist options
  • Save bmiles/c2c41832acf57596cf0a to your computer and use it in GitHub Desktop.
Save bmiles/c2c41832acf57596cf0a to your computer and use it in GitHub Desktop.
.Rprofile
library('colorout')
setOutputColors256(normal = 70, number = 56, negnum = 56, date = 56, string = 179, const = 202, verbose = FALSE)
library('dplyr')
library('ggplot2')
options(repos=structure(c(CRAN='http://cran.ma.imperial.ac.uk/')))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment