Last active
August 29, 2015 14:22
-
-
Save brodieG/eb7e9a4897add539e3bb to your computer and use it in GitHub Desktop.
R options
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
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