Questions tagged [slidify]

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

118 questions
1
vote
0 answers

How to write some italic words in first slidify slide?

How can I write in italic font the words between ** ** for the first slide in slidify? --- title : Yield loss of target spot (**Corynespora casiicola**) in soybean subtitle : author : job : logo : logo1.png biglogo …
Juanchi
  • 1,147
  • 2
  • 18
  • 36
1
vote
0 answers

Can slidify use a custom framework instead of slidifyLibraries version?

I want to use slidify with a locally modified version of the revealjs framework instead of the version that's included in the slidifyLibraries package. I'm working in selfcontained mode, so slidify copies the framework to the local…
Jonathan Gilligan
  • 701
  • 1
  • 5
  • 21
1
vote
0 answers

Embedding networkd3 simpleNetwork in slidify deck - no errors but plot doesn't render

As the title says, I'm trying to incorporate one of Christopher Gandrud's networkD3 graphs into a Slidify deck, which I assumed would be easy enough thanks to Ramnath's incorporation of rCharts. Not so much. Here is my YAML along with the ui and…
tblznbits
  • 6,602
  • 6
  • 36
  • 66
1
vote
2 answers

Slidify: can't get layouts to work

I'm new to Slidify and I'm trying to create my first layout and get it to work properly. I started with the two columns layout that is also shown as an example on the Slidify website. Unfortunately, I can't get it to work. I created an twocol.html…
Hiscor57
  • 11
  • 2
1
vote
0 answers

Using mulitple layouts in a single slidify slide

Is it possible to use multiple layouts on a single slide. I want to use the radio layout and I have a custom made footer layout that I'd like use as well, which puts a logo in the bottom left part of the slide. To activate the footer I put a…
Feral Fern
  • 65
  • 9
1
vote
1 answer

Issue with publishing a slidify-created presentation on GitHub

I'm very new to slidify. I followed a youtube video that Ramnath published back in 2012 and followed those steps closely and I was able to create slides and to publish them on my Github account (link to Ramnath video:…
Sam
  • 4,357
  • 6
  • 36
  • 60
1
vote
1 answer

Incrementally reveal code, revealjs, slidify, Rmarkdown

I'm working with the R package slidify to create revealjs slides. I'd like to reveal code fragments incrementally using the RMarkdown (rather than edit the resulting HTML) but can't seem to figure out a way. In the example below I have two code…
ZRoss
  • 1,437
  • 1
  • 15
  • 32
1
vote
1 answer

Set Expanded as default in rChart stackedAreaChart with NVD3

When creating a stackedAreaChart with rChart and nvd3, the default setting is Stacked. Is there a way to set Expanded as default? Here is the code: dat <- data.frame(t=rep(0:23,each=4),var=rep(LETTERS[1:4],4),val=round(runif(4*24,0,50))) p8 <-…
user3874377
  • 255
  • 3
  • 10
1
vote
0 answers

Changing font size and side panel in Slidify with Shiny

I'm creating a slidify presentation that has shiny apps inside. For example: ## Interactive Chart with Shiny Controls {r opts.label = 'shiny'} slidifyUI( sidebarPanel( selectInput('sex', 'Choose Sex', c('Male', 'Female')), …
Ignacio
  • 7,646
  • 16
  • 60
  • 113
1
vote
1 answer

Set chart area background color in rCharts/slidify/nvd3

For the following slidify deck, --- title : Foo framework : revealjs # {io2012, html5slides, shower, dzslides, ...} revealjs : {theme: solarized} highlighter : highlight.js # {highlight.js, prettify, highlight} hitheme :…
Jonathan Gilligan
  • 701
  • 1
  • 5
  • 21
1
vote
0 answers

Title page and automated lists with deck.js and web-2.0 in slidify

I'm diving into slidify and have two problems that I cannot get solved. I've included a wee bit of example code so show where it goes wrong (example.Rmd file): --- title : My funny title subtitle : author : Claus job :…
Claus
  • 11
  • 1
1
vote
0 answers

Slidify - Slidy Framework - should it work?

This is my first day trying to use slidify. Just wondering if the slidy option for framework should work? I am able to generate slides using each of the other options in brackets {io2012, html5slides, shower, dzslides} however with slidy as the…
user1420372
  • 2,077
  • 3
  • 25
  • 42
1
vote
1 answer

R how to create a tabulated layout in slidify

I fail to create tabs in my slidify slide like in an io2012 example using the following code --- title: Slidify Test author: Novice widgets: [mathjax, bootstrap, quiz] --- {class: class, tpl: tabs} This is to test if the tab template works…
RInatM
  • 1,208
  • 1
  • 17
  • 39
1
vote
1 answer

How to create a scroller for handling page content going out of bound in Slidify?

I am working with Slidify in R and I am facing this strange issue. If I am putting too much content which cannot be fit in a page or plotting something which overflows from the page then I can't see them in the html. Is there any way I can put a…
Ankit
  • 359
  • 4
  • 19
0
votes
0 answers

How to put a subscript in the slidify title?

I am making slides with slidify. In my title that is to be specified in the index.Rmd YAML header, I need to use a subscript, e.g. H20. in Rmarkdown, I would do H~2~0. That does not work. in Markdown, I would do H2O. That does not…
Shudras
  • 117
  • 2
  • 8