【发布时间】:2021-04-18 14:21:47
【问题描述】:
我在 R 启动时收到以下错误,但尚未找到解决方案(C 堆栈使用量太接近限制)。任何帮助表示赞赏。谢谢
R version 4.0.4 (2021-02-15) -- "Lost Library Book"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
Error: C stack usage 7969792 is too close to the limit
>
【问题讨论】:
-
您可以尝试删除
.Rdata文件。 -
谢谢,我做到了,但我仍然得到同样的错误......