I am using RStudio for development and installed last week the development version of RStudio
(Version 1.0.34) since I wanted to play with R Notebooks
.
I now run into the problem, that the code chunks do not get executed related to the working directory but to the location of the markdown document. This was former common when knitr
the document but not when executing the chunks.
I now downloaded the newest development version (1.0.44) but still the same problem.
Is there a workaround to this problem or is this the future plan for RStudio
and rMarkdown
? I think this is very inconvenient when developing a document.
I am aware of this post In RStudio/RMarkdown, how to setwd? for example, but this is why I executed the chunks and not knit the whole document. It worked as expected in RStudio <= 1.0.0
.