【发布时间】:2015-01-16 01:54:16
【问题描述】:
我的问题与帖子中的问题相似(R studio will occasionally stop returning to the console until I restart the program?)。但它没有回答我的问题。
以下是我的 RStudio 控制台中的情况:
> require(igraph)
Loading required package: igraph
> V(T)
Vertex sequence:
[1] 1 2 3 4
> debugSource('C:/current/CSC791/Week 9/P5/P5_kbansal.r')
Browse[1]> n
Browse[2]> c
Error: (list) object cannot be coerced to type 'logical'
> V(T)
>
因此,即使“>”光标已到达(如在类似帖子中回答的那样),我仍然无法看到变量(例如 V(T))。
注意:这与脚本的成功或错误无关。因为我在运行 R 脚本时也面临同样的问题。
谢谢。
【问题讨论】: