Skip to content

Instantly share code, notes, and snippets.

@isomorphisms
Created October 7, 2014 05:57
Show Gist options
  • Save isomorphisms/3c16cae31136b457d205 to your computer and use it in GitHub Desktop.
Save isomorphisms/3c16cae31136b457d205 to your computer and use it in GitHub Desktop.
site-wide R profile
options(menu.graphics=FALSE)
options(editor='vi')
options(digits=10)
some <- car::some
#http://stackoverflow.com/questions/1448600/change-default-prompt-and-output-line-prefix-in-r
options(continue=" ")
#http://www.statmethods.net/interface/customizing.html
options(htmlhelp=FALSE)
options(browser='chromium-browser')
options(editor='vi')
#colorout
require(colorout)
setOutputColors256(normal=69) #33
.First <- function() message("\nWelcome to R. We're going to have a great time.\n\n")
.Last <- function() message("\nTake it easy, meow.\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment