Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 RStudio IDE 版本 0.99.467 上按下 knit HTML 按钮时编写 Slidify 内容后,它只呈现 HTML 文件而不呈现幻灯片?我从他的 github 存储库示例中使用了默认的 YAML 和 Ramnath 使用的 YAML,结果相同。有变化还是我错过了什么?
好的,这个步骤解决了我的问题。
Restart R (or alternatively restart RStudio). install.packages('stringr') devtools::install_github('muschellij2/slidify') library(slidify) slidify("index.Rmd")
在这里可以找到完整的讨论