#1、备注信息 生信实战公众号
#https://mirrors.nju.edu.cn/CRAN/
#https://www.r-project.org/
#2、配置启动和结束后的显示信息
.First <- function() {
cat ("\n《生信实战》公众号,HOw Are you~ 现在时刻是:",date(),"\n")
}
.Last <- function() {
cat ("\n《生信实战》公众号,See You Next~ 现在时刻是: ",date(),"\n")
}
#3、配置提示符
options(prompt="sxsz>")
options(continue="+")
#4、配置R语言的镜像地址
#可以设置一个其他的镜像地址
#参考https://cran.r-project.org/mirrors.html列出了不同地方推荐的镜像
local({r <-getOption("repos")
r["CRAN"]<-"https://mirrors.nju.edu.cn/CRAN/"
options(repos=r)})
#5、修改 bioconductor 镜像
options(BioC_mirror="http://mirrors.ustc.edu.cn/bioc/")
#6、配置默认的工作目录
setwd("E:/codinggene/R/bioinfo")
#7、配置默认库路径
#修改默认包加载目录
.libPaths("E:/biosoft/R/R-4.1.3/library")
file.edit("~/.Rprofile")
加入配置参数信息,参考内容如下:
R显示效果:
RStudio显示效果
今天的分享就到这里了
十年生信与IT职业生涯折腾,或许可以带你少走弯路~
欢迎点赞、在看、分享转发朋友圈 ^.^ 公众号还可以“设为星标”喔~