Slidy presentations in R, by default, advance on mouse-click, which can be frustrating.
Once you have a Slidy presentation loaded, the "k" key will disable this.
We can disable it more generally by modifying the rmarkdown package you have installed.
system.file(package = "rmarkdown")
mouse_click_enabled
(in
rmarkdown
version 2.20, this is line 55). Change the value of
true
to false
.
This work is licensed under CC BY-NC 4.0