R CMD on Windows 7 Error - “R” is not recognized as an internal or external command,

前端 未结 7 1085
轻奢々
轻奢々 2020-11-29 07:56

I\'m exploring package building on Windows 7 but have been running into trouble after reaching the Command Prompt stage. The following thread appears to be on the same topic

7条回答
  •  [愿得一人]
    2020-11-29 08:48

    Simple solution, use quotes:

    c:> "C:\Program Files\WinZip\wzunzip.exe"

    if you run this, you don't need to worry about the space in Program Files.

    Hope this help.

提交回复
热议问题