我打开一个 Windows 命令提示符。我运行 R R
。当我在 R 终端中按 Control-C 时,发生了一些奇怪的事情。它似乎退出 R 并带我回到命令提示符,但是现在当我键入命令时,它们被命令提示符和隐藏在后台的 R 终端争夺。这是怎么回事?
C:\Users\hickfordm>R
R version 2.15.0 (2012-03-30)
> ^C
c:\users\hickfordm>dir
'ir' is not recognized as an internal or external command, operable program or batch file.
c:\users\hickfordm>
Error: object 'd' not found
编辑:只有当我运行时才会发生这种情况R
。如果我运行Rterm
, control-C 什么都不做,这是合理的。