Created
October 5, 2014 02:58
-
-
Save kbroman/f9233d1e8053684d70b9 to your computer and use it in GitHub Desktop.
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(show.signif.stars=FALSE, scipen=10, htmlhelp=TRUE) | |
options(width=115, repos="http://cran.rstudio.com", | |
CRAN = "http://cran.rstudio.com", | |
browserNLdisabled = TRUE, | |
deparse.max.lines = 2) | |
if (interactive()) { | |
suppressMessages(require(devtools)) | |
} | |
options(error= function() cat(" \\\ \n \\\ | |
\\`*-. | |
) _`-. | |
. : `. . | |
: _ ' \ | |
; *` _. `*-._ | |
`-.-' `-. | |
; ` `. | |
:. . \\ | |
.\\ . : .-' . | |
' `+.; ; ' : | |
: ' | ; ;-. | |
; ' : :`-: _.`* ; | |
.*' / .*' ; .*`- +' `*' | |
`*-* `*-* `*-*'\n\n")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment