作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我升级到 RStudio 1.0.44,似乎 knitr::opts_knit$set(root.dir = path) 其中 path 是我的目录不像以前那样工作。它抛出一条消息:
The working directory was changed to /... inside a notebook chunk. The working
directory will be reset when the chunk is finished running. Use the knitr
root.dir option in the setup chunk to change the the working directory for
notebook chunks.
sessionInfo()
R version 3.3.0 (2016-05-03)
Platform: x86_64-w64-mingw32/x64 (64-bit)
>Running under: Windows 7 x64 (build 7601) Service Pack 1
other attached packages:
[1] scales_0.4.0 ggplot2_2.1.0 xtable_1.8-2 data.table_1.9.6
[5] dplyr_0.4.3 knitr_1.15 pander_0.6.0
最佳答案
您可以使用以下命令更改工作目录:
```{r "setup", include=FALSE}
knitr::opts_knit$set(root.dir = getwd()) # with something else than `getwd()`
```
rmarkdown
网站。
Restart R and run all chunks
(可在 RStudio 的“运行>”选项卡中访问)在我的机器上修复了同样的问题。
关于r - RStudio 升级 1.0.44 后 opts_knit$set(root.dir = path) 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40717410/
在 knitr manual : aliases: (NULL) a named character vector to specify the aliases ofchunk options 由于我
我升级到 RStudio 1.0.44,似乎 knitr::opts_knit$set(root.dir = path) 其中 path 是我的目录不像以前那样工作。它抛出一条消息: The work
我是一名优秀的程序员,十分优秀!