gpt4 book ai didi

r - Snakemake:执行 R 脚本时忽略 Rprofile

转载 作者:行者123 更新时间:2023-12-03 22:01:14 26 4
gpt4 key购买 nike

我在蛇制作工作流程中执行 R 脚本时遇到了一些问题。似乎我的个人 .Rprofile 已加载到 R 脚本中。该作业在奇点容器内运行,问题是我自动在 R 配置文件中加载了一些未安装在容器中的包。我当然可以通过编辑我的 R 配置文件来解决这个问题,但其他想要使用管道的人都必须这样做,这是我不喜欢的。有没有人知道如何解决这个问题?

谢谢!

最佳答案

你会发现 Rscript :

$ Rscript
Usage: /path/to/Rscript [--options] [-e expr [-e expr2 ...] | file] [args]

--options accepted are
--no-environ Don't read the site and user environment files
--no-site-file Don't read the site-wide Rprofile
--no-init-file Don't read the user R profile
--vanilla Combine --no-save, --no-restore, --no-site-file
--no-init-file and --no-environ

R有一些选项可以帮助您解决这个问题:
$ R --help

Usage: R [options] [< infile] [> outfile]
or: R CMD command [arguments]

Start R, a system for statistical computation and graphics, with the
specified options, or invoke an R tool via the 'R CMD' interface.

Options:
--no-environ Don't read the site and user environment files
--no-site-file Don't read the site-wide Rprofile
--no-init-file Don't read the user R profile
--vanilla Combine --no-save, --no-restore, --no-site-file,
--no-init-file and --no-environ

(为简洁起见省略了其他选项)

关于r - Snakemake:执行 R 脚本时忽略 Rprofile,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52364380/

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