问题
I've been learning R Markdown for the past months. It was fairly easy to get Anaconda Python to run within a R Markdown script, but I haven't yet found a way to get to run chunks of bash code within the same document.
Using
```{bash}
echo hello world
```
I get the error message
/bin/bash: C:\Users\MyName\AppData\Local\Temp\Rtmp0MpNfS\chunk-code-4cbc213a3545.txt: No such file or directory
Might any of you guys know what might be the root of this problem?
来源:https://stackoverflow.com/questions/50117689/is-there-an-easy-way-to-run-bash-scripts-on-r-markdown-using-windows-10