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 でニット HTML ボタンを押したときに Slidify コンテンツを作成した後、スライドではなく HTML ファイルのみをレンダリングしますか? デフォルトの YAML と、Ramnath が github リポジトリの例から使用した YAML を使用しましたが、結果は同じでした。変更はありますか、それとも何が欠けていますか?
わかりました、この手順で問題が解決しました。
Restart R (or alternatively restart RStudio). install.packages('stringr') devtools::install_github('muschellij2/slidify') library(slidify) slidify("index.Rmd")
完全な議論はここにあります