1
我正在使用R一段時間,並且我一直與Rstudio合作,我剛纔嘗試在終端中運行Rscript命令(我有一個mac ..),並且我得到了這個錯誤消息,Rscript:command not found
>Rscript script.R
-bash: Rscript: command not found
當我試圖在終端打開R I走同樣的錯誤 -
>R
-bash: R: command not found
我可以運行與Rstudio和製冷應用R代碼裏面,但我知道有一種方法可以運行R扔終端。 當我在計算機上安裝R時,我錯過了什麼嗎?我需要將R添加到我的PATH中嗎?
在此先感謝!
這聽起來像是R是不是在你的PATH。 –
謝謝!我會google的 –
@ T.G。這是肯定的,嘗試再次安裝它,一個解決方案ruby -e「$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)」brew tap homebrew/science brew install r – Learner