slidify Questions
7
Solved
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 hando...
Useful asked 30/12, 2013 at 20:53
2
Solved
When I startup my R (in RStudio IDE), I receive the warning:
Warning: namespace ‘slidify’ is not available and has been replaced by
.GlobalEnv when processing object ‘.SLIDIFY_ENV’
Yesterday ...
Rijeka asked 28/4, 2016 at 6:24
2
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 a...
Predial asked 9/5, 2016 at 20:33
1
I've created a plotly chart in R and then save the plot via htmlwidget so the plot can called in slidify. I played with width and height, in both layout argument and index.Rmd to fit the plot on a ...
Fortalice asked 18/1, 2016 at 17:3
1
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...
1
Solved
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 store...
1
Solved
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 &l...
Kwei asked 13/4, 2015 at 7:13
1
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 slidif...
2
I have been struggling to customize the background of my slide deck using the 'slidify' package.
Actually, I could do it for the title slide by modifying the file 'slidify.css' though:
.title-sli...
2
I would like to give my audience handouts of my HTML5 presentation created by slidify or Rstudio's R presentations. Any suggestions?
1
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/ al...
3
Solved
I would like to send to someone else a presentation that I have created using R and slidfy, but it contains sensitive information, so putting it up onto github pages using the gh-pages branch and t...
2
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 ...
1
Solved
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 o...
Taima asked 8/10, 2013 at 15:45
1
Solved
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)
```
``...
1
Solved
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 usin...
1
Solved
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...
1
Solved
Following https://twitter.com/ramnath_vaidya/status/274636089715740672 slidify should support impress.js.
But when I use
---
title : Test
subtitle :
author :
job :
framework : impressjs # {io2...
Gadfly asked 12/7, 2013 at 14:7
1
Solved
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.
&l...
Overindulge asked 6/3, 2013 at 22:34
1
Solved
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 clic...
Crossgrained asked 6/3, 2013 at 15:45
0
It seems that all that need to do is to claim widget: mathjax in the title page. But I can't get the formulas correctly rendered. Anything missing? Thank you.
UPDATE: I checked the final index.h...
1
© 2022 - 2024 — McMap. All rights reserved.