Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
刚刚发生了一件神奇的事情。我使用 Rterm(使用 R.exe 启动)而不是 RGui 或 RStudio 来使用 foreach/snow/doSnow 运行并行任务。在命令窗口中,我可以看到子任务的输出。这从未与 RGui 或 RStudio 一起工作(这让调试很痛苦)。我只是好奇——为什么?从字面上看,除了第一次在 RTerm 中运行我的代码之外,我的代码没有任何改变。我敢肯定这里缺少一些技术要点。
Rgui 和 RStudio 都有用于 GUI 交互的控制事件循环;Rterm 没有。