安装 R3.4.3 后,Rmarkdown 接缝无法正常工作:
编织该 HTML 模板时:
---
title: "Untitled"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## R Markdown
Run Code Online (Sandbox Code Playgroud)
我总是收到错误
'错误:pandoc 文档转换失败,错误为 61'
当self_contained: no在 YAML-header 编织中设置再次工作时
我能做些什么来获得独立的 html 文件吗?
更新到R版本3.4.2后,我的flexdashboard文档闪亮不再起作用.
即使我尝试运行该示例的副本https://jjallaire.shinyapps.io/shiny-biclust/
我得到了
'错误:pandoc文档转换失败,错误1'
.
到目前为止,我在网络搜索期间找不到该错误的答案.我还更新了所有包裹.
我的sessionInfo:
R version 3.4.2 (2017-09-28)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
Matrix products: default
locale:
[1] LC_COLLATE=German_Austria.1252 LC_CTYPE=German_Austria.1252 LC_MONETARY=German_Austria.1252
[4] LC_NUMERIC=C LC_TIME=German_Austria.1252
attached base packages:
[1] grid stats graphics grDevices utils datasets methods base
other attached packages:
[1] biclust_1.2.0 lattice_0.20-35 colorspace_1.3-2 MASS_7.3-47
loaded via a namespace (and not attached):
[1] flexclust_1.3-4 Rcpp_0.12.13 digest_0.6.12 rprojroot_1.2 jsonlite_1.5 backports_1.1.1
[7] stats4_3.4.2 magrittr_1.5 evaluate_0.10.1 stringi_1.1.5 rpart_4.1-11 rmarkdown_1.7
[13] flexdashboard_0.5 tools_3.4.2 …Run Code Online (Sandbox Code Playgroud)