Incremental Display does not work

The bullet points in "First Slide" do now show one by one

Here is my code.

design
========================================================
author: y
date: 2017-12-18
autosize: true
incremental: true
transition: rotate
transition-speed: slow

First Slide
========================================================
incremental: true
type: section

* 1
* 2
* 3

Here is my session info

R version 3.4.3 (2017-11-30)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS High Sierra 10.13.2

Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRlapack.dylib

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils    
[5] datasets  methods   base     

loaded via a namespace (and not attached):
[1] compiler_3.4.3 tools_3.4.3    yaml_2.1.16   

Which presentation package/template are you using?

RStudio's native R Presentation and default template.

While it's still the most easily discoverable option, the R Presentation format isn't terribly well supported. I would look at one of the RMarkdown options:
http://rmarkdown.rstudio.com/lesson-11.html

If you want to get heavily into customization, xarigan is an even better option but is more complicated.

4 Likes

Thank you. I decided to use powerpoint. If I want to customize every animation on each slide, it is cumbersome to use RStudio.

Agreed! If you want PowerPoint-like features, using a RMarkdown format is only worthwhile if you really need the R code integrated.

1 Like