Questions tagged [slidify]

Slidify is an R package to create elegant, interactive html5 presentations from R Markdown.

118 questions
66
votes
7 answers

two-column layouts in RStudio presentations/slidify/pandoc

I'm trying to come up with a good system for generating slides and accompanying handouts. The ideal system would have the following properties: beautiful in both presentation (PDF/HTML) and handout (PDF) layouts (handouts should have room for…
Ben Bolker
  • 211,554
  • 25
  • 370
  • 453
16
votes
1 answer

slidify - how to position an image?

I'm experimenting with using slidify for making html5 presentations. While the use of markdown for creating bullets and text is clear, I'm unsure how to work with images. I can resize and such using imagemagick, but how do I center (or flush…
JohnSG
  • 1,567
  • 14
  • 26
15
votes
1 answer

How to control the background color of the first slidify slide?

As a slidifiy newbee, I don't understand why the first slide has a pale green background and all the other slides have white backgrounds. The example "Test for Slidify" at http://www.rpubs.com/ also shows this pale green first slide. How can I…
Earl F Glynn
  • 375
  • 2
  • 7
15
votes
1 answer

Adding an image to title slide using slidify

I am using the latest version of Rstudio (and knitr) and I have installed the development version of slidify from github. Slidify allows you to go straight from Rmarkdown to html5slides with 1 click. My issue is that I would like to add an image to…
Andrew Barr
  • 3,589
  • 4
  • 18
  • 28
13
votes
2 answers

Animate second level bullet points in slidify

I am trying to get the second (lower) level bullet points in io2012 to animate separately from their parent bullet point, like this: >* First level animates by itself >+ Second level then animates by itself >* Another first level animates by…
seasmith
  • 889
  • 9
  • 16
12
votes
2 answers

Produce handouts of slidify or Rpres HTML5 presentations

I would like to give my audience handouts of my HTML5 presentation created by slidify or Rstudio's R presentations. Any suggestions?
Jonas Tundo
  • 6,137
  • 2
  • 35
  • 45
9
votes
1 answer

How to escape "$" in R markdown and slidify it?

When write some notes in R Markdown, I need to escape the dollar sign, making sentence within two dollar sign not a formula. I have tried \$ blah blah blah \$ and \\$ blah blah blah \\$ or even

$ blah blah blah

$. What works is `$`. But I…
Rubi Lam
  • 217
  • 1
  • 3
  • 8
7
votes
1 answer

Render R Presentation from the command line

Is there a way to create an R presentation from the command line? https://support.rstudio.com/hc/en-us/articles/200486468-Authoring-R-Presentations I have the following R Presentation file stored in my_file.RPres…
user3874377
  • 255
  • 3
  • 10
7
votes
1 answer

Slidify: Alignment of Codes

I have problem with the alignment of the codes in two column slide. Here is my code for this slide, --- &twocol ## Sample R Codes *** =left ```{r, echo=FALSE} options(width=30) ``` ```{r, fig.height=5.5,highlight=TRUE,…
Al-Ahmadgaid Asaad
  • 1,172
  • 5
  • 13
  • 25
7
votes
1 answer

change font size in HTML5 using knitr only

I am using knitr to generate HTML5 slides, and use the following codes: library(knitr) knit("file.Rmd") pandoc("file.md", format="dzslides") However, the font sizes (for normal text and R codes) are larger so I hope to make them smaller. I know…
alittleboy
  • 10,616
  • 23
  • 67
  • 107
7
votes
1 answer

customizing slide layouts in slidify

I am interested in using different layouts for different slides within my index.Rmd file. after copying the template provided here and below, I created a .html file in my assets/layouts folder.
Sally
  • 83
  • 5
6
votes
1 answer

slidify (io2012): how to change the slide size according to screen resolution?

Hello all and sorry if this is a daft question. I've been playing around with slidify, and I think it rocks, even though I am a relative CSS newbie. It sems to me that the "screen area" of slidify/io2012 is fixed -- on my laptop with 1366x768 it…
Christoph Safferling
  • 1,116
  • 11
  • 10
6
votes
2 answers

Include interactive local R in presentation

In presentations we often want to demonstrate R interactively. This requires exiting the presentation and demonstrating outside of the slides or running a limited (Things like install_github can't be used), unreliable (because Internet is…
Tyler Rinker
  • 108,132
  • 65
  • 322
  • 519
6
votes
1 answer

R Generate slides in slidify presentation in a loop

I want to create N slides to report descriptive statistics for N subsets of (big) data using slidify package . In an earlier discussion Create parametric R markdown documentation? the combination of brew and knitr were advised to achieve this. I'm…
RInatM
  • 1,208
  • 1
  • 17
  • 39
6
votes
1 answer

Render rCharts in slides from Slidify

Recently I have been experimenting with slidify and rCharts. Tutorials for generating simple charts while using slidify are explanatory, but I was unable to find any such tutorial regarding rCharts. For example, I know that the following generates…
info_seekeR
  • 1,296
  • 1
  • 15
  • 33
1
2 3 4 5 6 7 8