jimhester / knitrBootstrap

A framework to create bootstrap styled HTML reports from knitr Rmarkdown.
Other
274 stars 61 forks source link

knitrBootstrap as a RStudio R markdown template? #62

Open lcolladotor opened 10 years ago

lcolladotor commented 10 years ago

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

jimhester commented 10 years ago

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

  1. 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 https://github.com/jimhester/knitrBootstrap/issues/62.

stevepowell99 commented 10 years ago

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

lcolladotor commented 9 years ago

Basically being addressed by https://github.com/jimhester/knitrBootstrap/pull/68