Created
October 7, 2014 05:57
-
-
Save isomorphisms/3c16cae31136b457d205 to your computer and use it in GitHub Desktop.
site-wide R profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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