Skip to content

Instantly share code, notes, and snippets.

@brodieG
Last active August 29, 2015 14:22
Show Gist options
  • Save brodieG/eb7e9a4897add539e3bb to your computer and use it in GitHub Desktop.
Save brodieG/eb7e9a4897add539e3bb to your computer and use it in GitHub Desktop.
R options
list(system=c("browser",
"device",
"dvipscmd",
"mailer",
"pager",
"pdfviewer",
"pkgType",
"printcmd",
"HTTPUserAgent",
"texi2dvi",
"unzip",
"editor",
"papersize",
"bitmapType",
"menu.graphics"),
gen1=c("add.smooth",
"check.bounds",
"continue",
"digits",
"echo",
"encoding",
"error",
"expressions",
"keep.source",
"keep.source.pkgs",
"max.print",
"OutDec",
"prompt",
"scipen",
"show.error.messages",
"timeout",
"verbose",
"warn",
"warning.length",
"width"),
gen2=c("browserNLdisabled",
"CBoundsCheck",
"citation.bibtex.max",
"contrasts",
"defaultPackages",
"demo.ask",
"deparse.cutoff",
"device.ask.default",
"example.ask",
"help.search.types",
"help.try.all.packages",
"internet.info",
"na.action",
"nwarnings",
"repos",
"rl_word_breaks",
"show.coef.Pvalues",
"show.signif.stars",
"str",
"str.dendrogram.last",
"stringsAsFactors",
"ts.eps",
"ts.S.compat",
"useFancyQuotes",
"locatorBell"
) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment