Yihui Xie
Yihui Xie
Yes: `system2('bundle', c('exe', 'jekyll'))`.
Hopefully you will see some good news in a few weeks -- I have been working full time on a new R package for creating websites (including blogs) using R...
Yes, but as I said in the README of blogdown, it is still in early beta. If you are willing to digest the Hugo documentation (I don't think it is...
HTML widgets only work in these cases: 1. R console 2. RStudio viewer 3. R Markdown v2 What `servr::jekyll()` does is simply knitting .Rmd to .md. Then Jekyll renders .md...
@jhollist Thanks for an alternative solution. Yeah, that will also work. The only problem is that if the widgets packages are updated, you will have to manually update the JS/CSS...
@semiexpert The websites of DT, leaflet, and dygraphs are all made from R Markdown v2. DT and leaflet websites are compiled through a Makefile. To learn more about R Markdown...
@brendan-R I think you are on the right track, but unfortunately I don't know the exact details of rendering dependencies, either. My gut feeling is that Jekyll may not be...
@Nicktz Please see the links in my very first reply, e.g. you can see there is an index.Rmd, so index.html was generated from it instead of being manually edited. There...
@brendan-R I just want to say this is very impressive! The more I think about these issues, the more I want to reinvent Jekyll in pure R, and I believe...
应该是 LaTeX 问题,但我没有时间研究……