jimhester / knitrBootstrap

A framework to create bootstrap styled HTML reports from knitr Rmarkdown.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

knitrBootstrap as a RStudio R markdown template?

lcolladotor opened this issue · comments

Hi,

Have you thought about having knitrBootstrap available as a template for RStudio? See http://rmarkdown.rstudio.com/developer_document_templates.html?version=0.98.1017&mode=desktop

I ignore how hard that would be, plus you might want knitrBootstrap to be available beyond RStudio.

Anyhow, just a thought.

Cheers,
Leo

I have been trying to get knitrBootstrap to use more of the rmarkdown
functionality, there are a couple of issues I have run into.

First rmarkdown uses bootstrap 2.3.1, while knitrBootstrap uses bootstrap
3. For the most part they are compatible, but there are some features
(panels, and some themes) which are not compatible between the two.
Rstudio provides comepletly offline access to its themes (minus mathjax)
so knitrBootstrap will break in those cases.

Bottom line is I would like to do this, however I am having a hard time
doing so without losing features (maybe features no one actually uses
though...

On Wed, Aug 13, 2014 at 12:57 PM, Leonardo Collado-Torres <
notifications@github.com> wrote:

Hi,

Have you thought about having knitrBootstrap available as a template for
RStudio? See
http://rmarkdown.rstudio.com/developer_document_templates.html?version=0.98.1017&mode=desktop

I ignore how hard that would be, plus you might want knitrBootstrap to be
available beyond RStudio.

Anyhow, just a thought.

Cheers,
Leo


Reply to this email directly or view it on GitHub
#62.

so is this why my code breaks if I put self_contained: FALSE in the YAML? Pity, it would be good if the output files could be viewed offline

Basically being addressed by #68