Dear RevBayes community,
I am trying to run RevBayes within RStudio v. 1.3.1093 on Windows.
I am setting it as explained in the tutorials
I have also the package RevKnitr v 1.25.4 installed from GitHub.
My starting RMarkdown chunk looks like
```{r setup}
knitr::opts_knit$set(root.dir = "C:\\Users\\aordy\\tutorial_structure")
knitr::opts_chunk$set(engine.path = "C:\\Users\\aordy\\tutorial_structure\\software\\rb")
```
When I try to run a rb chunk,
```{rb}
molecular <- readDiscreteCharacterData("data\\example_file.nex")
```
I see that it launches rb but then it is pending
RevBayes version (1.1.0)
Build from tags/1.1.0 (acd164) on Wed, May 13, 2020 1:11:29 PM
RevBayes is free software released under the GPL license, version 3. Type 'license()' for details.
To quit RevBayes type 'quit()' or 'q()'.
> source("C:\Users\aordy\AppData\Local\Temp\RtmpqYGZig\chunk-code-7547db8411d.txt")
Error: Could not open file "C:sersordyppDataocalemptmpqYGZighunk-code-7547db8411d.txt"
I would like to know how to fix this.
Thanks in advance for any advice!
Alex