RStudio 一直用“cacheKey”错误困扰我

RStudio keeps bugging me with the "cacheKey" error

提问人:mariana_pr 提问时间:7/20/2023 最后编辑:Philmariana_pr 更新时间:9/11/2023 访问量:365

问:

甚至在将 RStudio 更新到其最新版本之前,我不断(每 5 分钟)收到此错误消息

"Error in exists(cacheKey, where = .rs.WorkingDataEnv, inherits = FALSE) : 
  invalid first argument
Error in assign(cacheKey, frame, .rs.CachedDataEnv) : 
  attempt to use zero-length variable name"

似乎唯一有效的方法是退出 RStudio 并再次打开。 这很烦人,因为我丢失了我以前需要继续分析的所有东西。 有谁知道如何解决这个问题?

r 函数 rstudio assign invalid-argument

评论


答:

0赞 Matt_B 9/11/2023 #1

显然,这在 RStudio 版本 2023.06.1-524 及更高版本中已修复。

请参阅 https://github.com/rstudio/rstudio/issues/13188