Questions tagged [slidify]

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

118 questions
0
votes
1 answer

How to use dygraphs and DT in slidify?

I'm trying to use the packages DT and dygraphs into my slidify presentation in R. However, it seems it's not as straightforward as I thought. Is there any extra command I need to add in order to use the htmlwidgets produced by the datatable() and…
jroberayalas
  • 969
  • 7
  • 23
0
votes
1 answer

Legend and controls overlapping at rcharts

I have been trying to deal with the overlapping on legend and control using rcharts in slidify. The behavior under Chrome look like: https://codemorecode.wordpress.com/2015/03/04/legend-and-controls-overlapping-at-rcharts/ However any change to…
JC Quiroz
  • 1
  • 1
0
votes
1 answer

Pandoc Error in Slidify: Customizing First Slide Goes Wrong

I am using "slidify", "slidifyLibraries" and R Version 3.1.2 + RStudio Version 0.98. To knit the slidify slides I use the knitHTML-button. I have my own styles that I would like to use, but when I add a class tag, id tag or both to the first slide…
jmjr
  • 2,090
  • 2
  • 21
  • 31
0
votes
2 answers

slidify and include picture on title page

because I am new to slidify, maybe doing a mistake edited : slidify.css .title-slide { background-color: #b4f2f2; background-image:url("C:/download/ibm-db2.png"); } the color is changed as requested - but the image is not…
0
votes
1 answer

How can I make builds appear incrementally in a slidify presentation?

I am using slidify in RStudio to prepare a presentation. How can I make builds (for example single paragraphs) appear incrementally in a single slide at each click? {Build:} does not seem to work with slidify.
Achaz
  • 73
  • 5
0
votes
1 answer

generate regression tables for slidify?

What is the best way to generate good looking regression tables for slidify? --- ## Custom Tables ```{r, results = "asis", echo = FALSE} library(xtable) OLS <- lm(hp ~ wt, mtcars) print(xtable(OLS), type="html",…
Ignacio
  • 7,646
  • 16
  • 60
  • 113
0
votes
1 answer

Slidify Quiz Answer is of Character Class

I'm using the package Slidify written by Ramnath Vaidyanathan. I was creating my first quiz using the widget [quiz]. --- &multitext 1. Create a vector x of the length three, which must consist of the following values 2 , 3, and 7. *** .hint…
And_R
  • 1,647
  • 3
  • 18
  • 32
0
votes
0 answers

Interactive Slidify deployment?

I found this great tutorial for slidify How can I create a "standalone" presentation? I tried changing the mode to standalone but it does not work because of Rcharts and shiny. I would like to be able to create something that I can host in my…
Ignacio
  • 7,646
  • 16
  • 60
  • 113
0
votes
1 answer

rChart. adding additional labels in scatterChart

I have a problem in adding labels in ?nPlot(). For example: ```{r nvd3plot, echo=FALSE,results='asis'} set.seed(9485) dat<- data.frame(Gene_Name= LETTERS[1:15], Value1=…
0
votes
1 answer

Slidify Example Page Doesn't Work

When I open this slidify presentation all I got is the first slide. It doesn't change and I can't do anything about it. Same thing happens when I try the package example on my computer. It looks more like a problem with my browser instead of R or…
user80842
  • 1
  • 1
0
votes
1 answer

escape mustache characters in slidify

I am using the following embedded code in my slidify. It's a code snippet from AngularJS code. ```html {{title}} Name: {{name}} ``` I have 2 questions. Template placeholders…
krupny
  • 3
  • 1
0
votes
0 answers

Installation error of slidifyLibraries from github

I installed slidify following instructions from here. I installed the windows binaries and started a slidify.rmd file successfully, but I could not install the slidifyLibraries, which makes the build crash. This is the error that follows: * checking…
rogervv
  • 111
  • 4
-1
votes
1 answer

Slidify centering the title page

I am working for the first time with slidify and I would like to alter the layout of the homepage by centering the title, subtitle, author and job. By adding text-align:center; to the css, I was able to get them centered regarding each other. But I…
1 2 3 4 5 6 7
8