gpt4 book ai didi

r - 专家 R 用户,您的 .Rprofile 中有什么?

转载 作者:行者123 更新时间:2023-12-02 14:13:39 26 4
gpt4 key购买 nike

我总是发现其他人的启动配置文件对于该语言既有用又具有指导意义。此外,虽然我对 Bash 有一些定制和 Vim ,我对 R 没什么兴趣。

例如,我一直想要的一件事是窗口终端中的输入和输出文本具有不同的颜色,甚至可能是语法突出显示。

最佳答案

这是我的。它不会帮助你着色,但我从 ESS 和 Emacs 得到了它......

options("width"=160)                # wide display with multiple monitors
options("digits.secs"=3) # show sub-second time stamps

r <- getOption("repos") # hard code the US repo for CRAN
r["CRAN"] <- "http://cran.us.r-project.org"
options(repos = r)
rm(r)

## put something this is your .Rprofile to customize the defaults
setHook(packageEvent("grDevices", "onLoad"),
function(...) grDevices::X11.options(width=8, height=8,
xpos=0, pointsize=10,
#type="nbcairo")) # Cairo device
#type="cairo")) # other Cairo dev
type="xlib")) # old default

## from the AER book by Zeileis and Kleiber
options(prompt="R> ", digits=4, show.signif.stars=FALSE)


options("pdfviewer"="okular") # on Linux, use okular as the pdf viewer

关于r - 专家 R 用户,您的 .Rprofile 中有什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1189759/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com